15.08.2014, 15:39
i search on wiki They were showing only 1 checkpoint ( How to create 1 checkpoint )
i want to know how can i create 2 or 3 checkpoints ..
i dnt remember it would be like this like this i think
plz help
i want to know how can i create 2 or 3 checkpoints ..
i dnt remember it would be like this like this i think
Код:
OnPlayerSpawn(payerid);
{
checkpoint[1] = SetPlayerCheckpoint(playerid, 21213.2,132.12,1234.34);
checkpoint[2] = SetPlayerCheckpoint(playerid, 21213.2,132.12,1234.34);
return [0/1];
}

