13.10.2009, 03:00
Use gTeam, then get the players team & use the SetPlayerTeam function on spawn.
pawn Код:
if (gTeam[playerid] == TEAM_US)
{
SetPlayerTeam(playerid, TEAM_US);
}
else if // etc..