View Single Post
Re: Can bots have ping?
Old
  (#4)
MPNumB
Member
 
MPNumB's Avatar
 
Status: Offline
Posts: 8
Join Date: Feb 2008
Location: Lithuania
Default Re: Can bots have ping? - 21-02-2008

I think it has to be possible somehow using amxx. For example to remove "BOT" in scorebar use:
"set_user_info(bot_index, "*bot", "0");"

to switch back to "BOT":
"set_user_info(bot_index, "*bot", "1");"


Jump-Bug or Die
  
Reply With Quote