[HELP] How to create 2-3 Chekpoint
#1

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
Reply
#2

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];
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)