03.07.2016, 00:27
Do you have anything like #pragma unused Enabled inside your script or such?
Also Ill quote ****** on this one
Also Ill quote ****** on this one
Quote:
Do you get any warnings or other messages when you compile (I'm thinking specifically verbose output after the "compilation complete" message). Stack and heap problems are generally caused by calling too many functions with lots of local variables inside each other - PAWN just runs out of memory to store them.
|