View Single Post
UTIL_GetClass Question
Old
  (#1)
Tea
Guest
 
Status:
Posts: n/a
Default UTIL_GetClass Question - 15-05-2004

Code:
int bot_class = UTIL_GetClass(pEdict);
Now the bot should knew which class they are, but any command should I use to let the bot tell me which class they have just detected ? Something like :

Code:
FakeClientCommand(pEdict,"say",bot_class ???,0);
Thank you very much.
  
Reply With Quote