View Single Post
Author Message
CrazY.
Veteran Member
Join Date: May 2015
Location: SP, Brazil
Old 08-13-2018 , 09:23   stats being reseted?
Reply With Quote #1

Hello, I'm getting a problem with the stats (/top15, /rank, /rankstats). I'm not sure why, but the stats is being reseted randomly. My server it's using the latest amxmodx 1.8.2.

amxx.cfg
Code:
//
// Beginning of Counter-Strike package specific configurations.
//

sv_stats 1

// Rank mode
// 0 - by nick
// 1 - by authid 
// 2 - by ip
//
// Default value: 1
csstats_rank 1

// Max size of the stats file
//
// Default value: 3500
csstats_maxsize 5000

// Whether or not to rank bots with csstats - set to 1 to rank bots, 0 otherwise.
//
// Default value: 0
csstats_rankbots 0

// Duration of HUD-statistics
//
// Default value: 12.0
amx_statsx_duration 5.0

// HUD-statistics display limit relative round freeze end
// Negative time will clear the HUD-statstics before the round freeze time has ended
//
// Default value: -2.0
amx_statsx_freeze -2.0
__________________








CrazY. is offline