SA-MP Forums Archive
Streamer problem - 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 problem (/showthread.php?tid=506827)



Streamer problem - maaz - 14.04.2014

Код:
CreateDynamicObject: Expecting 12 parameter(s), but found 11
CreateDynamicObject: Expecting 12 parameter(s), but found 11
CreateDynamicObject: Expecting 12 parameter(s), but found 11
CreateDynamicObject: Expecting 12 parameter(s), but found 11
CreateDynamicObject: Expecting 12 parameter(s), but found 11
Same
How can I fix it this is very big lol


Re: Streamer problem - GloomY - 14.04.2014

You are missing the last line for your objects:
Код:
Float:drawdistance = 0.0
Full line:
Код:
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: Streamer problem - maaz - 14.04.2014

Hmmm thanks +rep and what about this error ?
warning 202: number of arguments does not match definition


Re: Streamer problem - GloomY - 14.04.2014

Where does this error appear? On the same line as these errors or?


Re: Streamer problem - maaz - 14.04.2014

nope got fixed thank yuh luv u


Re: Streamer problem - PrivatioBoni - 14.04.2014

Quote:
Originally Posted by maaz
Посмотреть сообщение
nope got fixed thank yuh luv u
How did you fix this? I am experiencing something similar.

Either the server logs are complaining, or Pawno is. I can't seem to satisfy both.


Re: Streamer problem - GloomY - 15.04.2014

Maybe you should try updating the include.


Re: Streamer problem - Hax0rm - 15.04.2014

naa i also experienced same i use streamer and changed stream distance to 200.0 or change everything to normal CreateObject This idea was given to me by maaz he is awesome