17.09.2015, 13:06
Hi,
Great! Now you should compile your GameMode in debug mode so CrashDetect can output more useful information (like the exact line on which the error occurs). To do so you need to pass the flag "-d3" to the Pawn compiler, you can easily do this by creating a "pawn.cfg" file inside the Pawno folder with the following contents:
After doing that, compile the GameMode, run the server and post the server log here again 
Also, put here your OnPlayerTakeDamage, globalPlayerLoop2, SetPlayerUnjail and SaveData.
Great! Now you should compile your GameMode in debug mode so CrashDetect can output more useful information (like the exact line on which the error occurs). To do so you need to pass the flag "-d3" to the Pawn compiler, you can easily do this by creating a "pawn.cfg" file inside the Pawno folder with the following contents:
Code:
-r -O0 -d3

Also, put here your OnPlayerTakeDamage, globalPlayerLoop2, SetPlayerUnjail and SaveData.

