View Single Post
Re: Msec Value Help.....
Old
  (#4)
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: Msec Value Help..... - 20-05-2008

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.
  
Reply With Quote