View Single Post
Re: Possible for bots to issue commands?
Old
  (#2)
[CS]m16
Guest
 
Status:
Posts: n/a
Default Re: Possible for bots to issue commands? - 28-08-2004

You can use the FakeClientCommand() function to make a bot using commands , etc :

FakeClientCommand (pBot->pEdict, "timeleft", NULL, NULL);

Pass "NULL" for unused arguements
  
Reply With Quote