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



Help with this - Johangelo1 - 20.02.2017

What could cause these errors?




Re: Help with this - X337 - 20.02.2017

The first error (Streamer_SerVisibleItems) might be because your streamer include and plugin ain't match. Try recompile the script with newest streamer version.
And the second error (Array index out of bounds) is because you accessing array index of 500 when the array size is 499. Recompile your script to -d3 flag to find out which line causing that error.


Respuesta: Re: Help with this - Johangelo1 - 20.02.2017

Quote:
Originally Posted by X337
Посмотреть сообщение
The first error (Streamer_SerVisibleItems) might be because your streamer include and plugin ain't match. Try recompile the script with newest streamer version.
And the second error (Array index out of bounds) is because you accessing array index of 500 when the array size is 499. Recompile your script to -d3 flag to find out which line causing that error.
When I compile, I do not get any errors.