SA-MP Forums Archive
Issue with Incognito's streaming plugin - Objects do not stream - 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: Issue with Incognito's streaming plugin - Objects do not stream (/showthread.php?tid=554944)



Issue with Incognito's streaming plugin - Objects do not stream - Ceathor - 05.01.2015

I have got an issue that it seems I am unable to fix.

I am using Incognito's Streamer plugin to stream objects. It has worked in the past, but it has stopped working.

I have checked, and:
- The plugin loads correctly
- The include is included correctly
- The CreateDynamicObject lines are correct.

When changed to static objects (native SA-MP, CreateObject), the objects are created just fine.

Here is an extract of the object creation code:
pawn Код:
CreateDynamicObject(2774, 2809.92529, -1400.32312, 7.22485,   0.00000, 0.00000, 0.00000);
CreateDynamicObject(1696, 2810.59204, -1396.75916, 19.55130,   0.00000, 0.00000, 141.21561);
CreateDynamicObject(19454, 2805.06421, -1401.52649, 20.46060,   0.00000, 90.00000, 141.21561);
Have anyone seen a similar issue, and do you have any suggestions as to how it can be resolved?


Respuesta: Issue with Incognito's streaming plugin - Objects do not stream - Cerealguy - 05.01.2015

Check DestroyDynamicObject in script?


Re: Respuesta: Issue with Incognito's streaming plugin - Objects do not stream - Ceathor - 05.01.2015

Quote:
Originally Posted by Cerealguy
Посмотреть сообщение
Check DestroyDynamicObject in script?
That's definitely not it, tried putting it in a filterscript and still didn't work.


Respuesta: Issue with Incognito's streaming plugin - Objects do not stream - Cerealguy - 05.01.2015

download streamer puglin again?


Re: Respuesta: Issue with Incognito's streaming plugin - Objects do not stream - Ceathor - 05.01.2015

Quote:
Originally Posted by Cerealguy
Посмотреть сообщение
download streamer puglin again?
Already done that. Didn't make a difference.


Re: Issue with Incognito's streaming plugin - Objects do not stream - Divergent - 05.01.2015

Maybe make sure the default interior, world, and playerid's are defined correctly? Meaning you didn't accidentally edit this in the include?

native CreateDynamicObject(modelid, Float, Float:y, Float:z, Float:rx, Float:ry, Float:rz, worldid = -1, interiorid = -1, playerid = -1, Floattreamdistance = 200.0, Float:drawdistance = 0.0);

Is it just these dynamic objects listed above or do none of the dynamic objects stream in?


Respuesta: Issue with Incognito's streaming plugin - Objects do not stream - Cerealguy - 05.01.2015

It may possibly be an include or filterscript is interfering


Re: Issue with Incognito's streaming plugin - Objects do not stream - Ceathor - 05.01.2015

Quote:
Originally Posted by Divergent
Посмотреть сообщение
Maybe make sure the default interior, world, and playerid's are defined correctly? Meaning you didn't accidentally edit this in the include?

native CreateDynamicObject(modelid, Float, Float:y, Float:z, Float:rx, Float:ry, Float:rz, worldid = -1, interiorid = -1, playerid = -1, Floattreamdistance = 200.0, Float:drawdistance = 0.0);

Is it just these dynamic objects listed above or do none of the dynamic objects stream in?
No dynamic objects stream in at all.

It's definitely defined correctly.
pawn Код:
native CreateDynamicObject(modelid, Float:x, Float:y, Float:z, Float:rx, Float:ry, Float:rz, worldid = -1, interiorid = -1, playerid = -1, Float:streamdistance = 200.0, Float:drawdistance = 0.0);



Re: Issue with Incognito's streaming plugin - Objects do not stream - ikkentim - 05.01.2015

Are you using any other plugins? Show your plugins line from you server.cfg if you can


Re: Issue with Incognito's streaming plugin - Objects do not stream - Ceathor - 05.01.2015

Quote:
Originally Posted by ikkentim
Посмотреть сообщение
Are you using any other plugins? Show your plugins line from you server.cfg if you can
Код:
plugins sscanf streamer mysql irc Whirlpool