Checkpoints - 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: Checkpoints (
/showthread.php?tid=583976)
Checkpoints -
TheRaGeLord - 01.08.2015
If I SetPlayerCheckpoint then will checkpoint appear in every virtual world and interior for that player?
Re: Checkpoints -
Mariciuc223 - 01.08.2015
I don't know what to say about that , but you can use that:
Код:
CreateDynamicCP(Float:x, Float:y, Float:z, Float:size, worldid = -1, interiorid = -1, playerid = -1, Float:streamdistance = 100.0);
It's a native from
streamer - Click Here
- OnPlayerEnterDynamicCP(playerid, STREAMER_TAG_CP checkpointid);
- OnPlayerLeaveDynamicCP(playerid, STREAMER_TAG_CP checkpointid);
Re: Checkpoints -
xVIP3Rx - 01.08.2015
If you use "-1" as an interior/virtual world Id it'll be shown in every virtualworld/interior