Re: Podbot Beta 3.0 Updates? ^^ -
18-02-2008
It's not bot problem, but AMX X. Go to Your addons\amxmodx\configs folder and find the file called amxx.cfg. Try to find these lines in it:
// Rank mode
// 0 - by nick
// 1 - by authid
// 2 - by ip
//
csstats_rank 1
and change it to:
csstats_rank 0
then find this line
csstats_rankbots 0
and change it to
csstats_rankbots 1
After that reload the map or restart the server.
|