07.09.2015, 07:46
Perhaps a infinite recursion loop in script? looks like your call stack goes over 100 deep, that might be too much for pawn, there is a chance you have large non-static arrays in those subroutines and they exhaust your stack.. check it out