02.07.2009, 20:35
Under OnPlayerCommandText add this:
You don't need to log it to a file, just add this and when the crash appears, open server_log.txt and check the last log from OnPlayerCommandText.
pawn Код:
printf("DEBUG: OnPlayerCommandText(%d, %s)", playerid, cmdtext);

