26.05.2014, 16:05
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
}
}