Streamer weird errors [on the console] - 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 weird errors [on the console] (
/showthread.php?tid=353999)
Streamer weird errors [on the console] -
Black Axe - 25.06.2012
This is the error :
PHP код:
*** Streamer_CallbackHook: Expecting 11 parameter(s), but found 3
It keeps spamming the console since i moved to 0.3e - Anyway to fix it ?
And.. Does it harm anything ?
Re: Streamer weird errors [on the console] -
Hawky133 - 25.06.2012
This is most likely caused by a plugin/include you are using.
You have said that it started happening since you updated to 0.3e, so you most likely need to update your plugins/includes.
The error is telling you that you are using a function which requires 11 parameters (pieces of data), but you are only giving 3.
Check your script for "Streamer_CallbackHook", and could you provide some more information on what streamer this is?
Re: Streamer weird errors [on the console] -
Black Axe - 25.06.2012
Icgonato Streamer [can't spell his name xD] - and will check it.