05.04.2014, 10:52
I don't think that's the code caused it. It says the size of the array is 250 and in the loop, it's 1000 which is way too far. You're looking for an array with size 250 and probably in a loop.
Nevertheless, you can find the exact line caused the run time error by using debug info: https://github.com/Zeex/samp-plugin-...ith-debug-info
Re-compile your scripts and run the server. If it prints information again with the [debug] prefix, post your new server log.
Nevertheless, you can find the exact line caused the run time error by using debug info: https://github.com/Zeex/samp-plugin-...ith-debug-info
Re-compile your scripts and run the server. If it prints information again with the [debug] prefix, post your new server log.