23.11.2012, 15:30
Have you compiled with the -d3 switch?
You will get more detailed info from crashdetect when compiled with this switch. Should actually tell you which line crashes the server. Also removes most of those question marks.
EDIT: If you don't want to do it from the command line, add pawn.cfg file to your pawn compiler directory and put -d3 in it. And recompile.
OFFTOPIC: This is also an easy way to get assembler output with -a.
You will get more detailed info from crashdetect when compiled with this switch. Should actually tell you which line crashes the server. Also removes most of those question marks.
EDIT: If you don't want to do it from the command line, add pawn.cfg file to your pawn compiler directory and put -d3 in it. And recompile.
OFFTOPIC: This is also an easy way to get assembler output with -a.