25.09.2014, 16:14
Код:
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase Header size: 11204 bytes Code size: 1351736 bytes Data size: 1774136 bytes Stack/heap size: 16384 bytes; estimated max. usage: unknown, due to recursion Total requirements: 3153460 bytes ================ READY =
The script has around 20k lines of code written by me, and its too damn hard searching trough it for the error manually.
Any ideas how to find "the function which starts itself (or similar)" to modify and get rid of the problem?
My Arrays are all modified to contain nothing more than it should (i don't use [256] for a 30 character long message for example) - I've read through the guides and so on. Noone is explaining actually how to find such problems in your script, so it could have been useful to get any ideas where to look

So, thanks for any ideas and comments for my problem! ^^