05.01.2015, 19:50
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:
Have anyone seen a similar issue, and do you have any suggestions as to how it can be resolved?
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);