SA-MP Forums Archive
Little Help - 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: Little Help (/showthread.php?tid=523647)



Little Help - Sanady - 03.07.2014

Hello everybody today I update my Streamer plugin and I have these problems check out the console log:

Код:
[11:10:14][11:10:14] *** CreateDynamicObject: Expecting 12 parameter(s), but found 11
[11:10:14] *** CreateDynamicObject: Expecting 12 parameter(s), but found 11
[11:10:14] *** CreateDynamicObject: Expecting 12 parameter(s), but found 11
[11:10:14] *** CreateDynamicObject: Expecting 12 parameter(s), but found 11
[11:10:14] *** CreateDynamicObject: Expecting 12 parameter(s), but found 11
[11:10:14] *** CreateDynamicObject: Expecting 12 parameter(s), but found 11
[11:10:14] *** CreateDynamicObject: Expecting 12 parameter(s), but found 11
[11:10:14] *** CreateDynamicObject: Expecting 12 parameter(s), but found 11
[11:10:14] *** CreateDynamicObject: Expecting 12 parameter(s), but found 11
[11:10:14] *** CreateDynamicObject: Expecting 12 parameter(s), but found 11
[11:10:14] *** CreateDynamicObject: Expecting 12 parameter(s), but found 11
[11:10:14] *** CreateDynamicObject: Expecting 12 parameter(s), but found 11
[11:10:14] *** CreateDynamicObject: Expecting 12 parameter(s), but found 11
[11:10:14] *** CreateDynamicObject: Expecting 12 parameter(s), but found 11
[11:10:14] *** CreateDynamicObject: Expecting 12 parameter(s), but found 11
[11:10:14] *** CreateDynamicObject: Expecting 12 parameter(s), but found 11
[11:10:14] *** CreateDynamicObject: Expecting 12 parameter(s), but found 11
[11:10:14] *** CreateDynamicObject: Expecting 12 parameter(s), but found 11
[11:10:14] *** CreateDynamicObject: Expecting 12 parameter(s), but found 11
[11:10:14] *** CreateDynamicObject: Expecting 12 parameter(s), but found 11
[11:10:14] *** CreateDynamicObject: Expecting 12 parameter(s), but found 11
[11:10:14] *** CreateDynamicObject: Expecting 12 parameter(s), but found 11
[11:10:14] *** CreateDynamicObject: Expecting 12 parameter(s), but found 11
[11:10:14] *** CreateDynamicObject: Expecting 12 parameter(s), but found 11
[11:10:14] *** CreateDynamicObject: Expecting 12 parameter(s), but found 11
[11:10:14] *** CreateDynamicObject: Expecting 12 parameter(s), but found 11
[11:10:14] *** CreateDynamicObject: Expecting 12 parameter(s), but found 11
[11:10:14] *** CreateDynamicObject: Expecting 12 parameter(s), but found 11
[11:10:14] *** CreateDynamicObject: Expecting 12 parameter(s), but found 11
[11:10:14] *** CreateDynamicObject: Expecting 12 parameter(s), but found 11
[11:10:14] *** CreateDynamicObject: Expecting 12 parameter(s), but found 11
[11:10:14] *** CreateDynamicObject: Expecting 12 parameter(s), but found 11
[11:10:14] *** CreateDynamicObject: Expecting 12 parameter(s), but found 11
[11:10:14]   Loaded 1 filterscripts.

[11:10:14] *** Streamer Plugin: Warning: Include file version (0x26105) does not match plugin version (0x27201) (script might need to be recompiled with the latest include file)
[11:10:14]
What the hell is happening I don`t know what to do.. Please help me


Re: Little Help - KayJ - 03.07.2014

Streamer plugin maybe bugged its happend with me also.... Try to report this to owner of plugin. You can put old version of streamer if they not respond or you need this quickly


Re: Little Help - doreto - 03.07.2014

Quote:
Originally Posted by SturtIndia
Посмотреть сообщение
Streamer plugin maybe bugged its happend with me also.... Try to report this to owner of plugin. You can put old version of streamer if they not respond or you need this quickly
No, it's not bugged. Latest version of steamer was added additional parameter which you are missing to fill after you update your plugin & include.To fix this update your script(like where it contend CreateDynamicObject ...).


Re: Little Help - Sanady - 03.07.2014

Quote:
Originally Posted by SturtIndia
Посмотреть сообщение
Streamer plugin maybe bugged its happend with me also.... Try to report this to owner of plugin. You can put old version of streamer if they not respond or you need this quickly
I downloaded older version but problem is now that objects won`t show up in server I don`t know why is that problem now...Anyone can help me with this?


Re: Little Help - Konstantinos - 03.07.2014

Just use the latest version and add a value for the "drawdistance" parameter in CreateDynamicObject.