[Help]Checkpoints
#1

Removed
Reply
#2

Try using:
Код:
 CreateDynamicCP(-1447.2351,1502.1000,1.7366, 3.0, -1, -1, -1, 100.0);
Reply
#3

removed
Reply
#4

Removed
Reply
#5

Removed
Reply
#6

Only one checkpoint can be ceated at the same time in samp.
You can use race checkpoints. If you want to stick with normal checkpoints use OnPlayerEnterCheckpoint.
Reply
#7

User Race Checkpoints
pawn Код:
// Natives (Race Checkpoints)

native CreateDynamicRaceCP(type, Float:x, Float:y, Float:z, Float:nextx, Float:nexty, Float:nextz, Float:size, worldid = -1, interiorid = -1, playerid = -1, Float:distance = 100.0);
native DestroyDynamicRaceCP(checkpointid);
native IsValidDynamicRaceCP(checkpointid);
native TogglePlayerDynamicRaceCP(playerid, checkpointid, toggle);
native TogglePlayerAllDynamicRaceCPs(playerid, toggle);
native IsPlayerInDynamicRaceCP(playerid, checkpointid);
native DestroyAllDynamicRaceCPs();
native CountDynamicRaceCPs();
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)