How would I do this?
#4

Use gTeam, & OnPlayerSpawn check if their gTeam is equal to their team, & set it there.
pawn Код:
if (gTeam[playerid] == TEAM_A)
{
SetPlayerTeam(playerid, TEAM_A);
}
Reply


Messages In This Thread
How would I do this? - by _Vortex - 23.09.2009, 02:47
Re: How would I do this? - by Backwardsman97 - 23.09.2009, 04:16
Re: How would I do this? - by Calgon - 23.09.2009, 05:12
Re: How would I do this? - by Abernethy - 23.09.2009, 05:23
Re: How would I do this? - by _Vortex - 23.09.2009, 16:52
Re: How would I do this? - by DeathOnaStick - 23.09.2009, 17:07
Re: How would I do this? - by _Vortex - 23.09.2009, 17:19
Re: How would I do this? - by DeathOnaStick - 23.09.2009, 18:11
Re: How would I do this? - by _Vortex - 23.09.2009, 18:37

Forum Jump:


Users browsing this thread: 1 Guest(s)