View Single Post
Re: I need by some help for the team detecting.
Old
  (#3)
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: I need by some help for the team detecting. - 22-11-2005

OK. So the teams are defined in this way:
pPlayer->m_iTeam. I must set this to spawn the bot correct.
So I tryed this:
Code:
if (bot->m_iTeam == pPlayer->m_iTeam)
	continue;
But still its not working. I don't have more ideas.
  
Reply With Quote