20.02.2017, 12:27
Quote:
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. |