View Single Post
Re: Bot Won't Join Team
Old
  (#2)
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: Bot Won't Join Team - 29-05-2008

The problem is that the bot can't handle VGUI messages correct, because of that in CS we switched to classic menus and we are looking for the "ShowMenu" msg, dunno if DOD have classic menus and how you can switch your bot to them. HPB bot for CS doesn't work because its not updated.
Anyway here how we switch in CS to classic menus for the bots in the create function we put this:
Code:
ENTITY_SET_KEYVALUE(pEdict, "_vgui_menus", "0");
Lets hope that in DOD will be in the same way.
  
Reply With Quote