Spawning in capture zone
#4

You can make cases, if he used case 0 : SetPlayerPos(playerid, x,y,z); & SetPlayerTeam( .. );
case 2 : SetPlayerPos(playerid,x,y,z); & SetPlayerTeam( .. );
if you want to know where he is spawned , you can make /location, or make a sendclientmessage to the team owner.
forward + puplice like this .
forward SendSwatMessage(color, string[]);
public SendSwatMessage(color, string[])
{
foreach(Player, d)
{
if(PlayerInfo[playerid][swat] [pleader])
{
SendClientMessage(d, color, string);
}
}
}
Reply


Messages In This Thread
Spawning in capture zone - by sjames - 17.08.2015, 10:36
Re: Spawning in capture zone - by ZToPMaN - 17.08.2015, 10:43
Re: Spawning in capture zone - by sjames - 17.08.2015, 11:05
Re: Spawning in capture zone - by ZToPMaN - 17.08.2015, 14:30
Re: Spawning in capture zone - by sjames - 17.08.2015, 17:17
Re: Spawning in capture zone - by MarvinPWN - 17.08.2015, 17:53
Re: Spawning in capture zone - by sjames - 17.08.2015, 19:56

Forum Jump:


Users browsing this thread: 1 Guest(s)