View Single Post
Re: Podbot Beta 3.0 Updates? ^^
Old
  (#148)
KWo
Developer of PODBot mm
 
KWo's Avatar
 
Status: Offline
Posts: 3,425
Join Date: Apr 2004
Default 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.
  
Reply With Quote