Streamer Spamming. - 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 Spamming. (
/showthread.php?tid=569265)
Streamer Spamming. -
ChuckyBabe - 29.03.2015
Streamer plugin spamming my server so its resulting to lag. So i see what streamer is doing and this is it,..
Код:
[07:46:06] Loaded.
[07:46:06] Loading plugin: streamer.so
[07:46:06]
*** Streamer Plugin v2.7.5.2 by Incognito loaded ***
[07:46:06] Loaded.
[07:46:06] Loading plugin: Whirlpool.so
[07:46:06]
[07:46:06] ==================
[07:46:06]
[07:46:06] Whirlpool loaded
[07:46:06]
[07:46:06] ==================
[07:46:06]
[07:46:06] Loaded.
[07:46:06] Loaded 4 plugins.
[07:46:06]
[07:46:06] Filterscripts
[07:46:06] ---------------
[07:46:06] Loading filterscript 'yom_buttons.amx'...
[07:46:06] Loading filterscript 'zmapping.amx'...
[07:46:07] *** Streamer Plugin: Include file version (0x26105) does not match plugin version (0x275201) (script might need to be recompiled with the latest include file)
[07:46:07] *** Streamer Plugin: CreateDynamicObject: Expecting 12 parameter(s), but found 11
[07:46:07] *** Streamer Plugin: CreateDynamicObject: Expecting 12 parameter(s), but found 11
[07:46:07] *** Streamer Plugin: CreateDynamicObject: Expecting 12 parameter(s), but found 11
[07:46:07] *** Streamer Plugin: CreateDynamicObject: Expecting 12 parameter(s), but found 11
[07:46:07] *** Streamer Plugin: CreateDynamicObject: Expecting 12 parameter(s), but found 11
[07:46:07]
The Streamer Plugin : CreateDynamic Object: Expecting 12 parameter blah blah.. Keeps repeating on my server.log what should i do ?
+1 rep
Re: Streamer Spamming. -
CalvinC - 29.03.2015
Your include file seems to be outdated compared to your plugin file, update them to the latest version.
Re: Streamer Spamming. -
ChuckyBabe - 29.03.2015
What the 'streamer.inc' one ?
Re: Streamer Spamming. -
CalvinC - 29.03.2015
The include is a .inc file, while your plugin is either a .dll or .so file.
But you should update them both to the latest version to make sure their versions match.
Re: Streamer Spamming. -
ChuckyBabe - 29.03.2015
@CalvinC if i update to the latest one, the latest one is very slow to load.. I mean if you are near in the objects its very slow to load..
Re: Streamer Spamming. -
CalvinC - 29.03.2015
That could be caused by you having too many objects streamed at once.
Press F5 and look at the "ObjectSlotsUsed" i think it's called.
The object limit is 1000.
Re: Streamer Spamming. -
ChuckyBabe - 29.03.2015
No iam using createdynamicobject everytime.. iam using createobject only for interiors .. why thats very slow to load ?
Re: Streamer Spamming. -
CalvinC - 29.03.2015
You can still have too many objects streamed, check F5 and see how many objects are streamed there.
Re: Streamer Spamming. -
ChuckyBabe - 29.03.2015
Then how to fix it ?