Streamer
#1

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?
Reply
#2

Would you mind sending your Script lines?
Reply
#3

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

Here is my DynamicCP :

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

DynamicCheckPoint?
Reply
#6

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

Код:
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?
Reply
#8

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...
Reply
#9

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.
Reply
#10

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
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)