Hi , i have problem with maps stats in profiles , its count only the first time u join & play i think
and when u disconnected / exit and back later
and not count anymore
can see that there in every profile u check in this web..
im already posted but no one help so im try here.
original post.
Hello Dev-CS im find this plugin download & installing from here https://github.com/serfreeman1337/csstatsx-sql all working no errors Except from one thing , maps stats its looking like its take stats only from first join to server and stop count stats from maps for example im connect to...
dev-cs.ru
maybe i was do some wrong step
for maps & weapons im import the SQL manually mabye should be automatic ?
cvars:
Код:
// Database type
// mysql - MySQL
// sqlite - SQLite
// -
// Default: "mysql"
csstats_sql_type "mysql"
// Auto create tables
// 0 - don't send create table query
// 1 - send create table query on map load
// -
// Default: "1"
csstats_sql_create_db "1"
// How to update player stats in db
// -2 - on death and disconnect
// -1 - on round end and disconnect
// 0 - on disconnect
// higher than 0 - every n seconds and disconnect
// -
// Default: "-2"
csstats_sql_update "-2"
// Enable own forwards for client_death, client_damage
// 0 - disable
// 1 - enable. required if you want replace csx module
// -
// Default: "1"
csstats_sql_forwards "1"
// How to rank player
// 0 - kills- deaths - tk
// 1 - kills
// 2 - kills + hs
// 3 - skill
// 4 - online time
// -
// Default: "0"
csstats_sql_rankformula "0"
// Skill formula
// 0 - The ELO Method
// -
// Default: "0"
csstats_sql_skillformula "0"
// Enable weapon stats (/rankstats)
// 0 - disable
// 1 - enable
// This will create new table csstats_weapons in your database
// NOTE: table will be created only if you set cvar csstats_sql_create_db to 1
// -
// Default: "1"
csstats_sql_weapons "1"
// Enable player session stats (/sestats)
// 0 - disable
// 1 - enable
// NOTE: you need to import csstats_maps.sql
// Check install instructions
// -
// Default: "1"
csstats_sql_maps "1"
// Number of inactive days after which player's stats will be retested. (prune function)
// -
// Default: "0"
csstats_sql_autoclear "0"
// Cache option
// -1 - enabled
// 0 - disabled
// NOTE: Doesn't work with csstats_sql_update -2 or 0
// -
// Default: "-1"
csstats_sql_cachetime "-1"
// Full stats reset in specified day of month
// -
// Default: "0"
csstats_sql_autoclear_day "0"
// Minimum damage to count assist
// 0 - disable this feature
// -
// Default: "50"
csstats_sql_assisthp "50"
// Rank mode
// 0 - by nick
// 1 - by authid
// 2 - by ip
// -
// Default: "1"
csstats_rank "1"
// Rank bots
// 0 - do not rank bots
// 1 - rank bots
// -
// Default: "1"
csstats_rankbots "1"
// Pause stats
// 0 - do not pause stats
// 1 - pause stats
// -
// Default: "0"
csstats_pause "0"