01.02.2013, 08:12
In the command(s) you tried to use (or in the callback maybe?), there's something trying to access array[1500] while array[1499] is the last one that exists. Whenever accessing the array, check that the cell exists before using it. I don't know enough pawn to help you further.

