Streamer Problems !
#1

Hello there.

I have some problems with my streamer i think. I get this errors on console:

*** CreateDynamicObject: Expecting 12 parameter(s), but found 11***

1. I have the latest Incognito Streamer and the gamemode it's recompiled.
2. Some objects load but more doesn't load. ((CreateDynamicObjects doesn't load..only CreateObject))
3. I tried all things, i searched and i tested all metods..
4. server.cfg or this shits it's all good, don't ask for this i'm not newbie..-


What can I do ? Anybody know the solution for this problem ?

Thank you very much.
Reply
#2

Can you post line of error i think it's beaucause you'r CreateDynamicObject it's not complet

ps : sorry for my bad english
Reply
#3

It's not a compile error.. This appear on Console and objects don't load in game..

If you mean, the streamer native line with createdynamicobject :

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

And an example about my objects line:

CreateDynamicObject(19505, 2064.00928, -1731.43921, 15.17900, 0.00000, 0.00000, -180.00000);
Reply
#4

Latest streamer contains

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

so recompile your gm with latest streamer include
Reply
#5

Same problem..
Reply
#6

try this

pawn Код:
CreateDynamicObject(19505, 2064.00928, -1731.43921, 15.17900, -1, -1, -1, 200.0);
Reply
#7

Update streamer plugin and streamer include ~.~
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)