Streamer Plugin not loading properly -
Detective- - 05.03.2012
Getting this error below...any insights? Will give out reputation for some help.
Quote:
[20:08:20]bind 176.31.192.98 *** MoveDynamicObject: Expecting 8 parameter(s), but found 5
[20:08:20]bind 176.31.192.98 *** MoveDynamicObject: Expecting 8 parameter(s), but found 5
[20:08:20]bind 176.31.192.98 *** MoveDynamicObject: Expecting 8 parameter(s), but found 5
[20:08:20]bind 176.31.192.98 *** MoveDynamicObject: Expecting 8 parameter(s), but found 5
[20:08:20]bind 176.31.192.98 *** Streamer Plugin: Obsolete or invalid native "Streamer_VerifyCheckpoint" found (script needs to be recompiled with the latest include file)
[20:08:20]bind 176.31.192.98 *** Streamer Plugin: Obsolete or invalid native "Streamer_VerifyPickup" found (script needs to be recompiled with the latest include file)
[20:08:20]bind 176.31.192.98 *** Streamer Plugin: Obsolete or invalid native "Streamer_RemovePlayer" found (script needs to be recompiled with the latest include file)
[20:08:20]bind 176.31.192.98 *** Streamer Plugin: Obsolete or invalid native "Streamer_AddPlayer" found (script needs to be recompiled with the latest include file)
[20:08:20]bind 176.31.192.98 *** Streamer Plugin: Obsolete or invalid native "Streamer_RegisterInterface" found (script needs to be recompiled with the latest include file)
[20:08:20]bind 176.31.192.98 Loading filterscript 'ls_elevator.amx'...
|
Re: Streamer Plugin not loading properly -
ThaFuq?Santinosback! - 05.03.2012
I can help you with that, its about the update you got the latest streamer?
Re: Streamer Plugin not loading properly -
Detective- - 05.03.2012
Yeah, I think so at least. I put in the latest streamer.
Re: Streamer Plugin not loading properly -
Mark™ - 05.03.2012
That obsolete error pops up when you load a script compiled with version 2.5.2 R2 and while the plugin version would be v2.6. So recompile your script with the v2.6 include. About MoveDynamicObject, just add the 3 more left out parameters in your script and recompile again.
Re: Streamer Plugin not loading properly -
Detective- - 05.03.2012
I've tried that already, I've downloaded the 2.6 streamer and then re-compiled and I still got the same message, then I got my good friend to try it (gave him FTP details) and he couldn't get it either.
Re: Streamer Plugin not loading properly -
Mark™ - 05.03.2012
Did you compile with v2.6's include, that came with the package ?
Re: Streamer Plugin not loading properly -
Detective- - 05.03.2012
Can you link me to 2.6 again? My friend linked me and I'm not sure whether he linked me to the right one. I compiled it with the include in the pawno folder.
Re: Streamer Plugin not loading properly -
Mark™ - 05.03.2012
Just drop in into plugin development section, browse to incognito's streamer plugin, scroll down to the bottom of the thread, where incognito has linked 2.6, click on that and a ****** project page would pop up, select the latest revision of the plugin, that is 28 or 29 something like that and download that, replace the include with the include from the package into pawno>include folder and recompile.
Re: Streamer Plugin not loading properly -
Detective- - 05.03.2012
Holy shit, you're amazing! It worked, this can be locked now. Great job on helping me, you've been given a reputation point.
Re: Streamer Plugin not loading properly -
Detective- - 07.03.2012
Sorry to bother again, but now I'm getting this error...
[05:03:43] *** Streamer Plugin: Obsolete or invalid native found (script needs to be recompiled with the latest include file)
What does that mean? I've updated my plugin already.