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.
