Problem with Incognito's Streamer. - 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: Problem with Incognito's Streamer. (
/showthread.php?tid=370425)
Problem with Incognito's Streamer. -
rangerxxll - 20.08.2012
A few months ago, when I was still developing a GM, the streamer worked perfectly. And now, I get these errors.
Код:
*** Streamer Plugin v2.6.1 by Incognito loaded ***
[18:41:10] Loaded.
[18:41:10] Loaded 2 plugins.
[18:41:10]
[18:41:10] Filterscripts
[18:41:10] ---------------
[18:41:10] Loading filterscript 'FreeRoamObjects.amx'...
[18:41:10] *** Streamer Plugin: Obsolete or invalid native "Streamer_RegisterInterface" found (script needs to be recompiled with the latest include file)
[18:41:10] *** Streamer Plugin: Obsolete or invalid native "Streamer_AddPlayer" found (script needs to be recompiled with the latest include file)
[18:41:10] *** Streamer Plugin: Obsolete or invalid native "Streamer_RemovePlayer" found (script needs to be recompiled with the latest include file)
[18:41:10] *** Streamer Plugin: Obsolete or invalid native "Streamer_VerifyPickup" found (script needs to be recompiled with the latest include file)
[18:41:10] *** Streamer Plugin: Obsolete or invalid native "Streamer_VerifyCheckpoint" found (script needs to be recompiled with the latest include file)
[18:41:10] *** Streamer Plugin: Include file version (unknown version) does not match plugin version (0x26105) (script needs to be recompiled with the latest include file)
[18:41:10] Loading filterscript 'UrbanObjects.amx'...
[18:41:10] *** Streamer Plugin: Obsolete or invalid native "Streamer_RegisterInterface" found (script needs to be recompiled with the latest include file)
[18:41:10] *** Streamer Plugin: Obsolete or invalid native "Streamer_AddPlayer" found (script needs to be recompiled with the latest include file)
[18:41:10] *** Streamer Plugin: Obsolete or invalid native "Streamer_RemovePlayer" found (script needs to be recompiled with the latest include file)
[18:41:10] *** Streamer Plugin: Obsolete or invalid native "Streamer_VerifyPickup" found (script needs to be recompiled with the latest include file)
[18:41:10] *** Streamer Plugin: Obsolete or invalid native "Streamer_VerifyCheckpoint" found (script needs to be recompiled with the latest include file)
[18:41:10] *** Streamer Plugin: Include file version (unknown version) does not match plugin version (0x26105) (script needs to be recompiled with the latest include file)
[18:41:10] Loaded 2 filterscripts.
[18:41:11] *** Streamer Plugin: Obsolete or invalid native "Streamer_RegisterInterface" found (script needs to be recompiled with the latest include file)
[18:41:11] *** Streamer Plugin: Obsolete or invalid native "Streamer_AddPlayer" found (script needs to be recompiled with the latest include file)
[18:41:11] *** Streamer Plugin: Obsolete or invalid native "Streamer_RemovePlayer" found (script needs to be recompiled with the latest include file)
[18:41:11] *** Streamer Plugin: Obsolete or invalid native "Streamer_VerifyPickup" found (script needs to be recompiled with the latest include file)
[18:41:11] *** Streamer Plugin: Obsolete or invalid native "Streamer_VerifyCheckpoint" found (script needs to be recompiled with the latest include file)
[18:41:11] *** Streamer Plugin: Include file version (unknown version) does not match plugin version (0x26105) (script needs to be recompiled with the latest include file)
[18:41:11] OnGameo
I've tried updating the plugin, and recompiling the scripts. Everything is updated (As far as I know.) Any help would be appreciated.
PS: Sorry if this is in the wrong section.
Re: Problem with Incognito's Streamer. -
NinjaChicken - 20.08.2012
get the new 0.3R2 includes
Re: Problem with Incognito's Streamer. -
RanSEE - 20.08.2012
The error(s) says it all.
Update your Streamer include files and re-compile the script(s) with new files
Seems like those files which you are trying to load had been compiled with an older version of streamer plugin.