Issue with Incognito's streaming plugin - Objects do not stream
#1

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

Check DestroyDynamicObject in script?
Reply
#3

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

download streamer puglin again?
Reply
#5

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

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

It may possibly be an include or filterscript is interfering
Reply
#8

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);
Reply
#9

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

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
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)