Quote:
Originally Posted by MusicMan
BTW I found in the bot.h file your definition of the teams:
#define TEAM_CS_TERRORIST 0
#define TEAM_CS_COUNTER 1
is this possibly what you are talking about?
|
Which version of the source code are you using ??? This is not the latest version. Download the POD-bot SDK that I was talking about. In the latest version, the teams are not 0 and 1 but 1 and 2. And you must want to have the latest version else you'll miss half the recent fixes.
Quote:
BTW I never read the function for the UTIL_ShowMenu so thats probably why I just fucked and guessed that it might have got something to do with it
|
NEVER do that man! You hear me? Never "fuck around" with any sort of code! Read, read the code, investigate first BEFORE touching the slightest comma !!!
Let me insist.... NEVER DO THAT!
phew...