View Single Post
Re: problem with display damage
Old
  (#2)
KWo
Developer of PODBot mm
 
KWo's Avatar
 
Status: Offline
Posts: 3,425
Join Date: Apr 2004
Default Re: problem with display damage - 01-03-2008

It is supported, but it's not the problem of podbot mm (nor any other bot) by itself... The problem is AMX X changed the default setting for registering damages done on/by bots. Try to find in Your amxx.cfg the line:
csstats_rankbots 0
and change it to
csstats_rankbots 1
That should help. Another important thing - if You are playing with bots and You are going ranking bots, You should enable rank mode by nick. So You need to cahnge the default
csstats_rank 1
to
csstats_rank 0
Since bots don't have their own unique IP's and their own unique Steam-ID, the only way to collect the data for them is collecting the data by nick.
You need to reload the map (changelevel) or restart the server to affect the server by Your new settings.
  
Reply With Quote