Thread
:
Possible for bots to issue commands?
View Single Post
Re: Possible for bots to issue commands?
(#
2
)
[CS]m16
Guest
Status:
Posts: n/a
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
[CS]m16