Is this possible?
#5

add this under the command
pawn Код:
new Float:x, Float:y, Float:z;
GetPlayerPos(playerid, x, y, z);
for(new i; i < MAX_PLAYERS; i++)
{
      if(IsPlayerConnected(i))
      {
             SetPlayerCheckPoint(i, x, y+1, z, 3.0); // make the checkpoint infront of the player
      }
}
Reply


Messages In This Thread
Is this possible? - by rumen98 - 26.05.2014, 15:51
Re : Is this possible? - by S4t3K - 26.05.2014, 15:54
Re: Is this possible? - by XK - 26.05.2014, 15:56
Re: Is this possible? - by rumen98 - 26.05.2014, 15:59
Re: Is this possible? - by XK - 26.05.2014, 16:05
Re : Is this possible? - by S4t3K - 26.05.2014, 16:18
Re: Re : Is this possible? - by rumen98 - 26.05.2014, 16:21
Re : Is this possible? - by S4t3K - 26.05.2014, 16:33

Forum Jump:


Users browsing this thread: 3 Guest(s)