View Single Post
numbster
Member
Join Date: Dec 2016
Old 03-28-2018 , 17:52   Re: Rank doesn't save etc
Reply With Quote #16

I know is toooooooo old topic but let people know.

How to fix

configs/Plugins.ini checking for
Code:
statscfg.amxx
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!)
If you dont have them, find them(Mod Addon Packs). Plus addons/amxmodx/plugins/csstats.amxx

Next,
open configs/Core.ini (this is the first rows, not full Core.ini)
normal will be like:
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
Make it like:
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/plugins/csstats.amxx
or just add these two line at end.

Make sure you have all files and remember. Rank will be save only when map ends. If you wanna test, use changelevel and then restart/close server and start again.
This happen only in 1.8.2 in 1.8.3 is fixed.

Last edited by numbster; 03-28-2018 at 22:15.
numbster is offline