27.11.2009, 10:25
Hey, I get this while compiling, and I don't really know how to optimise my gamemode
Could anyone please give me any tips? Thanks!
I mean, should I just change array sizes until I find the one which is creating the unused slots? (and 16384 bytes is 4096 slots of an integer array, right?)
Код:
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase Header size: 5460 bytes Code size: 480896 bytes Data size: 9428896 bytes Stack/heap size: 16384 bytes; estimated max. usage: unknown, due to recursion Total requirements: 9931636 bytes
I mean, should I just change array sizes until I find the one which is creating the unused slots? (and 16384 bytes is 4096 slots of an integer array, right?)