View Single Post
Re: FakeClientCommand
Old
  (#7)
The Storm
Council Member / E[POD]bot developer
 
The Storm's Avatar
 
Status: Offline
Posts: 1,620
Join Date: Jul 2004
Location: Bulgaria
Default Re: FakeClientCommand - 22-08-2005

As I see you are fixed the problem with FakeClientCommand().
And it seems that you want to make new bot for CS ?
Well isn't your CS version too old? I think that is CS 1.0.
Better update to 1.5 or 1.6 and then try again to add bots.
And btw to make bot to join directly in team 2 your must call FakeClientCommand() like this one:
Code:
FakeClientCommand (pEdict, "menuselect", "2", NULL);
After that to select a class like 3 it must be:
Code:
FakeClientCommand (pEdict, "menuselect", "3", NULL);
So you can try again.

Last edited by The Storm; 22-08-2005 at 10:07..
  
Reply With Quote