SA-MP Forums Archive
Streamer - 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 (/showthread.php?tid=373860)



Streamer - Sanady - 31.08.2012

Hello.Today I was made mission on my server.But when I create dynamic CP i give streamdistance 100.0.But It`s not visible on map...why?


Re: Streamer - Zarky - 31.08.2012

Would you mind sending your Script lines?


Re: Streamer - Djean - 01.09.2012

I would suggest to Re install or Update your Streamer and Restart the server.


Re: Streamer - Sanady - 01.09.2012

Here is my DynamicCP :

pawn Код:
startmission = CreateDynamicCP(1346.9148,-1755.2236,13.3529, 3, 0, 0,playerid, 100.0);



Re: Streamer - Akira297 - 01.09.2012

DynamicCheckPoint?


Re: Streamer - Sanady - 01.09.2012

Quote:
Originally Posted by Akira297
Посмотреть сообщение
DynamicCheckPoint?
Yep.


Re: Streamer - Akira297 - 01.09.2012

Код:
native CreateDynamicCP(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);
Have the information any where in your script?


Re: Streamer - Sanady - 01.09.2012

pawn Код:
native CreateDynamicCP(Float:x, Float:y, Float:z, Float:size, worldid = -1, interiorid = -1, playerid = -1, Float:streamdistance = 100.0);
This I found in Streamer topic...(Also I use this native).But still same problem...


Re: Streamer - Dan. - 01.09.2012

Weird, I am using this:
pawn Код:
A51CP = CreateDynamicCP(183.7988,1927.1082,17.8443, 3.0, -1, -1, -1, 100.0);
In my gamemode and it's showing just fine.

E:// In the streamer thread I found TogglePlayerAllDynamicCPs(playerid, toggle); Maybe you try these. Try also upgrading you streamer.


Re: Streamer - Sanady - 01.09.2012

Quote:
Originally Posted by Dan.
Посмотреть сообщение
Weird, I am using this:
pawn Код:
A51CP = CreateDynamicCP(183.7988,1927.1082,17.8443, 3.0, -1, -1, -1, 100.0);
In my gamemode and it's showing just fine.

E:// In the streamer thread I found TogglePlayerAllDynamicCPs(playerid, toggle); Maybe you try these. Try also upgrading you streamer.
I get problem when I use my command /takejob none checkpoint shows me on map.But when I come closer to that checkpoint they it`s shows...I don`t know why.I give distance 100.0 but still not working