17.04.2015, 13:33
Quote:
I know index 65535 stands for invalid, but I don't know what might cause this, it couldn't be INVALID_VEHICLE_ID, because I have absolutely no vehicles. I'm pretty sure it's INVALID_PLAYER_ID, but what might cause this to happen? Any help is appreciated.
|
Do as Ahmad45123 said, compile with -d3: https://github.com/Zeex/samp-plugin-...ith-debug-info
and update crashdetect plugin if you're using an older version and not 4.15.1: https://github.com/Zeex/samp-plugin-...es/tag/v4.15.1
After creating the pawn.cfg file into pawno\include folder and adding -d3 in it, save it and re-compile your scripts. If you get output with debug prefix to console/server log again, post them here.