Here's the update to R2b44o
I've made bots not use vgui menu anymore and made it compare the first 12 characters of the old style menus
Code:
SET_CLIENT_KEYVALUE (index + 1, infobuffer, "_vgui_menus", "0");
Code:
if (strncmp ((char *) p, "#Team_Select", 12) == 0) // team select menu?
bots[bot_index].start_action = MSG_CS_TEAM_SELECT;
[edit]I've uploaded the changed sourcecode files[/edit]