pawn Код:
estimated max. usage: unknown, due to recursion
This is indicator that somewhere, somewhere in your script something might be screwed up (but not necessarily). Run your compiler with -v -d3 (in your pawno it's Build > Build options, third field). The block during compilation (Header size, etc.) will be shown always (-v as in verbose). Now, if you have script compiled with -d3, then crashdetect will show specific line causing your problem.