09.12.2015, 12:59
You should probably explain the problem a little more.. What exactly do you want it to do? If you want to spawn people from one team at a specific spot, you can perform a simple check as
Since I'm not entirely sure what you mean, my apologies in advance if the above isn't any help.
Код:
if(gTeam[playerid] == TEAM_ONE) SetPlayerPos(playerid, X, Y, Z); if(gTeam[playerid] == TEAM_TWO) SetPlayerPos(playerid, otherX, otherY, otherZ);