29.11.2013, 09:50
The crash was caused from CarregarTunning. You've an array with size of 1120, so the valid indexes are 0-1119. In the script, it exceeds the limits; hence it's the runtime error about Index out of bounds.
About the second one, it was a crash due to an unknown reason and it printed nothing to help us for the crash.
I will only suggest you to compile your scripts with debug info and it may give the exact line which crashed the server. It says how to do that here: https://github.com/Zeex/samp-plugin-...ith-debug-info
Do what it's written in that link and re-compile BVS2.pwn
Upload the files to the server, and run it again. The next time it will crash, post the new results here.
About the second one, it was a crash due to an unknown reason and it printed nothing to help us for the crash.
I will only suggest you to compile your scripts with debug info and it may give the exact line which crashed the server. It says how to do that here: https://github.com/Zeex/samp-plugin-...ith-debug-info
Do what it's written in that link and re-compile BVS2.pwn
Upload the files to the server, and run it again. The next time it will crash, post the new results here.