SA-MP Forums Archive
Streamer wont show id 1 the checkpoint? - 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: Streamer wont show id 1 the checkpoint? (/showthread.php?tid=526502)



Streamer wont show id 1 the checkpoint? - UserName31 - 17.07.2014

hey so i have my other laptop and its id 1 and i am 0 only id 0 can see the checkpoint but id 1 cnt how can i make this work?

here code

PHP код:
Checkpoint[0] = CreateDynamicCP(1538.6230,-1694.5702,13.54692.000050); 
+rep


Re: Streamer wont show id 1 the checkpoint? - ryansheilds - 17.07.2014

that's because you put ID 0 sir!

i believe if you change the 0 before 50 to INVALID_PLAYER_ID (or -1) it shall work!


Re: Streamer wont show id 1 the checkpoint? - R4PlaY - 17.07.2014

Try this:

Код:
Checkpoint[0] = CreateDynamicCP(1538.6230,-1694.5702,13.5469, 2.0, -1, -1, playerid, 50);



Re: Streamer wont show id 1 the checkpoint? - UserName31 - 17.07.2014

thanks! +rep