Checkpoint wont appear? - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Checkpoint wont appear? (
/showthread.php?tid=180041)
Checkpoint wont appear? -
iTorran - 29.09.2010
Hello,
I have gone from SA-MP default to Streamer Plugin for checkpoints, And well it wont appear. Why?
Code:
pawn Код:
CreateDynamicCP(x, y, z, 5.0, 1, 1, -1, 1000.0);
If i put that, It dosent appear!
BUT if i put this:
pawn Код:
SetPlayerCheckpoint(playerid, x, y, z, 5.0);
It works, So its not my coords, So why cant i see them on the map?
Ty
Re: Checkpoint wont appear? -
The_Moddler - 29.09.2010
Код:
CreateDynamicCP(x, y, z, 5.0, 1, 1, playerid, 1000.0);
...
Re: Checkpoint wont appear? -
iTorran - 29.09.2010
No i want it for everyone on the server
Re: Checkpoint wont appear? -
The_Moddler - 29.09.2010
Then make a loop lol
Re: Checkpoint wont appear? -
iTorran - 29.09.2010
Even with playerid it dosent show,
Re: Checkpoint wont appear? -
The_Moddler - 29.09.2010
Where are you putting it?
Re: Checkpoint wont appear? -
iTorran - 29.09.2010
A timer. Though as i said it works with SA-MP default
Re: Checkpoint wont appear? -
The_Moddler - 29.09.2010
LOL, if it is a timer, you must forward with playerid...
Re: Checkpoint wont appear? -
iTorran - 29.09.2010
Dont you think i did that.. xd I have tried everything but i dont see the problem.
It works with SA-MP original using playerid ect, It did this earlier on a diff script too..
Re: Checkpoint wont appear? -
The_Moddler - 29.09.2010
You have set worldid and interiorid to 1
Код:
CreateDynamicCP(x, y, z, 5.0, -1, -1, playerid, 1000.0);