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

CS 1.6 No rank / stats on my server


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
German_eV
Junior Member
Join Date: Apr 2013
Old 03-02-2015 , 02:28   CS 1.6 No rank / stats on my server
Reply With Quote #1

Hello all,
Ive got a problem with my rankstats. My server wont draw up any ranks / stats.

All what I can see is: Your rank is 0 of 0, with 0 kills ... and ./top15 is empty. I dont know where is the problem.
Im using: AMXMODX v1.8.2, Ptahhotep's Team Balancer v1.8b3, MetaMod v1.21-am, PODBot v3B22, GunGame AMXX v2.13c

amxx:cfg
Code:
// 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 3500

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


plugins.ini

Code:
; 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!)

; Enable to use AMX Mod plugins
;amxmod_compat.amxx    ; AMX Mod backwards compatibility layer

; Custom - Add 3rd party plugins here
gungame.amxx
abd.amxx
ptb.amxx
admin_spec_esp.amxx
resetscore.amxx


modules.ini

Code:
fun
;engine
fakemeta
;geoip
;sockets
;regex
;nvault
cstrike
csx
hamsandwich
gungame.cfg
Code:
// stats cvars
gg_stats_file "gungame.stats" // not used with SQL
gg_stats_streak_file "gungame.streaks" // not used with SQL
gg_stats_ip 0
gg_stats_prune 0
gg_stats_mode 2
gg_stats_split 0
gg_stats_winbonus 1.5
I tried to fix this problem for a few days... but I dont had any luck. Maybe someone could help me?

Best greetz

Edit// I deleted the csstats.dat for trying and it wont set up a new csstats.dat! Could this be the problem?

Last edited by German_eV; 03-03-2015 at 05:10.
German_eV is offline
GuskiS
Veteran Member
Join Date: Aug 2007
Location: Latvia
Old 03-03-2015 , 12:13   Re: CS 1.6 No rank / stats on my server
Reply With Quote #2

Post core.ini file.
__________________
Finished mods:
Trouble in Terrorist Town
MurderMod
The Hidden
Cowboys vs Indians
JailBreak Supreme
Survival Madness
GuskiS is offline
German_eV
Junior Member
Join Date: Apr 2013
Old 03-04-2015 , 02:03   Re: CS 1.6 No rank / stats on my server
Reply With Quote #3

Thanks for responding...

here is my core.ini
Code:
; Configuration file for AMX Mod X
amxx_logs    addons/amxmodx/logs
amxx_configsdir    addons/amxmodx/configs
amxx_datadir    addons/amxmodx/data
amxx_modules    addons/amxmodx/configs/modules.ini
amxx_plugins    addons/amxmodx/configs/plugins.ini
amxx_pluginsdir    addons/amxmodx/plugins
amxx_modulesdir    addons/amxmodx/modules
amxx_vault    addons/amxmodx/data/vault.ini
; It is important that "csstats" comes before "csstats_score"
csstats        addons/amxmodx/data/csstats.dat
csstats_score    addons/amxmodx/data/csstats.amxx

; Logging mode
; 0 - no logging
; 1 - one logfile / day
; 2 - one logfile / map
; 3 - HL Logs
amxx_logging    1

; Binary logging level
; add these up to get what you want
; these only work with bin logging binaries
; 1  - default
; 2  - log internal string sets/gets
; 4  - log internal formats
; 8  - log all native params
; 16 - log internal function calls (only in debug mode)
; 32 - log line number accesses (only in debug mode)
bin_logging    49

; Maximum binary log size, in megs
max_binlog_size    20

; Plugin optimization flags - add these up to get what you want
; lowering these may stop crashes on very old CPUs
; set 65536 to disable optimizer, NOT 0!
;-------------
; 1 - float arithmetic
; 2 - float comparisons
; 4 - float rounding
optimizer    7
German_eV is offline
^SmileY
Veteran Member
Join Date: Jan 2010
Location: Brazil [<o>]
Old 03-07-2015 , 20:49   Re: CS 1.6 No rank / stats on my server
Reply With Quote #4

The amxmodx/data have the correct write permissions? Is linux?
__________________
Projects:

- See my Git Hub: https://github.com/SmileYzn
PHP Code:
set_pcvar_num(pCvar, !get_pcvar_num(pCvar)); 
^SmileY is offline
Send a message via MSN to ^SmileY Send a message via Skype™ to ^SmileY
German_eV
Junior Member
Join Date: Apr 2013
Old 03-10-2015 , 12:50   Re: CS 1.6 No rank / stats on my server
Reply With Quote #5

Yes its linux. The write permissions are correct.
\data\ 700
csstats.amxx 600
csstats.dat 644
German_eV is offline
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 03-10-2015 , 13:45   Re: CS 1.6 No rank / stats on my server
Reply With Quote #6

Data is saved at map change, so if you try to delete the file, and you change map ; if a new file doesn't appear, this mean you have likely permission issue.
__________________

Last edited by Arkshine; 03-10-2015 at 17:01.
Arkshine is offline
German_eV
Junior Member
Join Date: Apr 2013
Old 03-21-2015 , 02:31   Re: CS 1.6 No rank / stats on my server
Reply With Quote #7

Ive got it... I just reinstalled amx mod and now it works. I dont know what the problem was. So this thread could be closed! Thanks to all
German_eV 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 13:32.


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