Raised This Month: $32 Target: $400
 8% 

stats resetting on server restart


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Xeno057
Junior Member
Join Date: Oct 2005
Old 01-09-2006 , 01:48   stats resetting on server restart
Reply With Quote #1

Hello.

I have a problem where my stats (rank and top15) reset when i restart the server. On my previous cs server this never happened. Even since I got this new server, my stats have been resetting if the server crashes (due to a missing file for a map) or even if i simply restart the server. I use statsx (i think...) Whichever stats plugin uses:
Code:
// Rank mode
// 0 - by nick
// 1 - by authid
// 2 - by ip
csstats_rank 1
It's been ages since i messed around with stats stuff, so perhaps im missing something easy.

Thanks,
Xeno
Xeno057 is offline
Xeno057
Junior Member
Join Date: Oct 2005
Old 01-10-2006 , 02:17  
Reply With Quote #2

hmm i someone say something about this command.
Code:
csstats_reset 0
is that a real command? they didnt seem too sure about it lol.
Xeno057 is offline
bmann_420
AMX_Super Pooper
Join Date: Jan 2005
Location: [SuperCentral.co]
Old 01-10-2006 , 02:25  
Reply With Quote #3

it is a cvar.
amx_cvar csstats_reset 1 resets your stats after map change when you use that command. I would like to know you plugins.ini along with: Go into your server and type meta cvars, at the top you will see about 6 or 7 csstats cvars, can you show those to me also? Before that, put in your server.cfg csstats_reset 0 reset the map to start it, then reset the map with players and see if it resets the stats.
__________________
bmann_420 is offline
Xeno057
Junior Member
Join Date: Oct 2005
Old 01-20-2006 , 23:53  
Reply With Quote #4

plugins.ini is:
Code:
; AMX Mod X plugins

; Admin Base - Always one has to be activated
admin.amxx		; admin base (required for any admin-related)
;admin_sql.amxx		; admin base - SQL version (comment admin.amxx)

; Basic
admincmd.amxx		; basic admin console commands
adminhelp.amxx		; help command for admin console commands
adminslots.amxx		; slot reservation
multilingual.amxx	; Multi-Lingual management

; Menus
menufront.amxx		; front-end for admin menus
cmdmenu.amxx		; command menu (speech, settings)
plmenu.amxx		; players menu (kick, ban, client cmds.)
telemenu.amxx		; teleport menu (Fun Module required!)
mapsmenu.amxx		; maps menu (vote, changelevel)
restmenu.amxx

; Chat / Messages
std_admin_color_chat.amxx ; admin chat colors
adminchat.amxx		; console chat commands
antiflood.amxx		; prevent clients from chat-flooding the server
scrollmsg.amxx		; displays a scrolling message
imessage.amxx		; displays information messages
adminvote.amxx		; vote commands

; Map related
nextmap.amxx		; displays next map in mapcycle
;mapchooser.amxx		; allows to vote for next map
timeleft.amxx		; displays time left on map

; Configuration
pausecfg.amxx		; allows to pause and unpause some plugins
statscfg.amxx		; allows to manage stats plugins via menu and commands

; Counter-Strike
restmenu.amxx		; restrict weapons menu
statsx.amxx			; stats on death or round end (CSX Module required!)
miscstats.amxx		; bunch of events announcement for Counter-Strike
stats_logging.amxx	; weapons stats logging (CSX Module required!)


; Custom - Add 3rd party plugins here
zombie.amxx		; zombie mod
weaponmenu.amxx		; menu for weapons
amx_gore_ultimate.amxx  ; extra blood
csnadedrops.amxx        ; allows dropping of nades after death
weaponarena.amxx	; weapon arena
voicecomm_ban.amxx      ; allows for voicecomm ban
breakable_doors.amxx    ; allows doors to be blown up with grenades
Enter_leave(amxX).amxx	; says player enters or leaves
amxx_atac.2.5.5.0.amxx	; tk punishment
amxx_atac_cfg.amxx	; tk punishment addon
amx_super.amxx		; all in one plugin
deagsmapmanage230b.amxx	; map nominations
amx_chicken.amxx	; chicken mod
jetpack.amxx		; jetpack
amx_parachute.amxx	; parachutes
amx_badaim.amxx		; distort someones aiming
i_aim_good.amxx		; disables aiming cone
respawn.amxx		; respawn

when i type meta cevars, i get this:
Code:
Unrecognized meta command: cvars
usage: meta <command> [<arguments>]
valid commands are:
   version          - display metamod version info
   list             - list plugins currently l

if you wanna see the meta list, here it is:

Code:
Currently running plugins:
 [  1] AMX Mod X, v1.60, Sep 22 2005, by AMX Mod X Dev Team, see http://www.amxmodx.org
 [  2] CStrike, v1.60, Sep 22 2005, by AMX Mod X Dev Team, see http://www.amxmodx.org
 [  3] CSX, v1.60, Sep 22 2005, by AMX Mod X Dev Team, see http://www.amxmodx.org/
 [  4] Fun, v1.60, Sep 22 2005, by AMX Mod X Dev Team, see http://www.amxmodx.org
 [  5] Engine, v1.60, Sep 22 2005, by AMX Mod X Dev Team, see http://www.amxmodx.org
 [  6] FakeMeta, v1.60, Sep 22 2005, by AMX Mod X Dev Team, see http://www.amxmodx.org
6 Plugins

i put csstats_reset 0 in server.cfg and the ranks still reset when the server is restarted.


Thanks for the help
Xeno
Xeno057 is offline
Xeno057
Junior Member
Join Date: Oct 2005
Old 01-22-2006 , 18:14  
Reply With Quote #5

no one has any idea?

should i just recompile the statsx and replace it?

Thanks
Xeno
Xeno057 is offline
Xeno057
Junior Member
Join Date: Oct 2005
Old 01-25-2006 , 17:08  
Reply With Quote #6

ok apparently this is an issue with alot of people. seeing as no one has any ideas how to fix it, could someone help me with replacing the stats files?

im not sure which files to replace with new ones in order to start my stats from brand new.

thanks
xeno
Xeno057 is offline
bmann_420
AMX_Super Pooper
Join Date: Jan 2005
Location: [SuperCentral.co]
Old 01-25-2006 , 17:28  
Reply With Quote #7

csstats.dat in your data folder, replace that
__________________
bmann_420 is offline
Xeno057
Junior Member
Join Date: Oct 2005
Old 01-28-2006 , 16:30  
Reply With Quote #8

Thanks for the reply bmann. Where exactly do I download the csstats.dat file. I tried downloading the Counter-Strike addon that's on the downloads page, but it doesn't have csstats.dat.

Thanks again,
Xeno
Xeno057 is offline
SweatyBanana
BANNED
Join Date: Sep 2005
Location: LOL
Old 01-28-2006 , 17:15  
Reply With Quote #9

Here ya go.
SweatyBanana is offline
Send a message via AIM to SweatyBanana Send a message via Yahoo to SweatyBanana
Xeno057
Junior Member
Join Date: Oct 2005
Old 02-05-2006 , 00:36  
Reply With Quote #10

Thank you!!
Xeno057 is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 16:08.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode