/rescueme
#3

Quote:
Originally Posted by Johnson_boy
Код:
new Float:PX, Float:PY, Float:PZ;
GetPlayerPos(playerid, PX, PY, PZ);

for(new i = 0; i < MAX_PLAYERS; i ++)
{
	If(JobRescue[i] == 1)
	{
		CreateCheckpoint(playerid, PX, PY, PZ, size, view_distanse); //or what ever your checkpoint streamer format is
	}
}
That should help you.
Thank you so much!
Reply


Messages In This Thread
/rescueme - by Chrham_2 - 08.03.2010, 17:47
Re: /rescueme - by lameguy - 08.03.2010, 19:42
Re: /rescueme - by Chrham_2 - 08.03.2010, 19:48

Forum Jump:


Users browsing this thread: 1 Guest(s)