[HELP] How to create 2-3 Chekpoint - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: [HELP] How to create 2-3 Chekpoint (
/showthread.php?tid=531935)
[HELP] How to create 2-3 Chekpoint -
SpikY_ - 15.08.2014
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
Код:
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];
}
plz help
Re: [HELP] How to create 2-3 Chekpoint -
LarryTiger - 15.08.2014
Well, You need to use debug from your GTA Folder and run it and then /save to the location of checkpoint that you want to appear and then, Check it from My Documents -> GTA Files -> Samp and it will appear your /save there,
Then
Код:
OnPlayerSpawn(payerid);
{
checkpoint[1] = SetPlayerCheckpoint(playerid, 21213.2,132.12,1234.34);
checkpoint[2] = SetPlayerCheckpoint(playerid, Add the PosY,PosX there);
return [0/1];
}