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.