12.02.2017, 08:44
I've been writing a mod which is so far only 13.000 lines, but it takes very long to convert it, like 3 or 4 minutes. And the AMX file is 36mb.
Are there any solutions to this? How can I decrease the size of the mode?
Converting summary:
Includes that I use in the mod:
Now I started using global strings. This is one of the solutions I thought of.
Are there any solutions to this? How can I decrease the size of the mode?
Converting summary:
Код:
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase Header size: 13088 bytes Code size: 883272 bytes Data size: 148238164 bytes Stack/heap size: 16384 bytes; estimated max. usage=4488 cells (17952 bytes) Total requirements:149150908 bytes
Код:
#include <a_samp> #include <a_mysql> #include <zcmd> #include <sscanf2> #include <fixchars> #include <foreach> #include <streamer> #include <eSelection> #include <cuff>