SA-MP Forums Archive
Streamer Problems ! - 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: Streamer Problems ! (/showthread.php?tid=591520)



Expecting 12 parameter(s), but found 11 - DonBonanno - 12.10.2015

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.


Re: Streamer Problems ! - Jabern - 12.10.2015

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

ps : sorry for my bad english


Re: Streamer Problems ! - DonBonanno - 12.10.2015

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);


Re: Streamer Problems ! - Jefff - 12.10.2015

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


Re: Streamer Problems ! - DonBonanno - 13.10.2015

Same problem..


Re: Streamer Problems ! - IceBilizard - 13.10.2015

try this

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



Re: Streamer Problems ! - AbyssMorgan - 13.10.2015

Update streamer plugin and streamer include ~.~