team spawn point
#2

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
Код:
if(gTeam[playerid] == TEAM_ONE) SetPlayerPos(playerid, X, Y, Z);
if(gTeam[playerid] == TEAM_TWO) SetPlayerPos(playerid, otherX, otherY, otherZ);
Since I'm not entirely sure what you mean, my apologies in advance if the above isn't any help.
Reply


Messages In This Thread
team spawn point - by GeneralAref - 09.12.2015, 10:12
Re: team spawn point - by Jstylezzz - 09.12.2015, 12:59
Re: team spawn point - by GeneralAref - 09.12.2015, 16:37
Re: team spawn point - by Sinox - 09.12.2015, 21:16

Forum Jump:


Users browsing this thread: 1 Guest(s)