After some point of steam update the CS bots are unable to recieve VGUI messages correct, the solution is to use the classic text menus (old style), to do this when creating bot you must disable his vgui menus so the old style text one to be active, in the topic for "Creating bot entity" the code that I showed you do that in this line:
Code:
ENTITY_SET_KEYVALUE(pEdict, "_vgui_menus", "0");
Now you must look for the MessageId "ShowMenu" and to handle it.
P.S. Thanks for the wish, bye bye.
