Error, but what's going on?
#2

That's mean your script is trying to access an array index out of the array size...
Like:
Код:
new array[14];
array[15] = ...;
// or
Function(array[15]);
The 15 does not have to be constant, it can be a variable index in a loop where it didn't stop at the correct upper bound size.

You'll have to find this on your code... It's hinted that it comes from iteration, zcmd, and sscanf, so might be in a command where you use sscanf and foreach in the PLV gamemode? It could be.

But we wouldn't be able to help without code posted...

Another thing to try is to update your Plugin and Includes and the recompile.
Reply


Messages In This Thread
Error, but what's going on? - by IblackhawkI - 02.06.2018, 21:48
Re: Error, but what's going on? - by RoboN1X - 03.06.2018, 05:51
Re: Error, but what's going on? - by IblackhawkI - 03.06.2018, 09:17
Re: Error, but what's going on? - by IblackhawkI - 05.06.2018, 13:45
Re: Error, but what's going on? - by Pottus - 05.06.2018, 13:59

Forum Jump:


Users browsing this thread: 1 Guest(s)