31.08.2012, 22:35
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?
startmission = CreateDynamicCP(1346.9148,-1755.2236,13.3529, 3, 0, 0,playerid, 100.0);
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);
native CreateDynamicCP(Float:x, Float:y, Float:z, Float:size, worldid = -1, interiorid = -1, playerid = -1, Float:streamdistance = 100.0);
A51CP = CreateDynamicCP(183.7988,1927.1082,17.8443, 3.0, -1, -1, -1, 100.0);
Weird, I am using this:
pawn Код:
E:// In the streamer thread I found TogglePlayerAllDynamicCPs(playerid, toggle); Maybe you try these. Try also upgrading you streamer. |