30.10.2013, 00:00
(
Последний раз редактировалось rappy93; 30.10.2013 в 00:39.
)
Hey guys... I get a wierd thing after I'm done compiling my gamemode. Its not what you think, there are no erros or warnings. It seems something is way too huge and it displays in this manner.
Note : Also, my gamemode's .amx is 40mb in size. My gamemode has around 40.000 lines so it shouldn't be that much.
Later edit : This is a list of my includes. If you have any ideas about which one might cause this please let me know
Note : Also, my gamemode's .amx is 40mb in size. My gamemode has around 40.000 lines so it shouldn't be that much.
Quote:
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase Header size: 21852 bytes Code size: 1944684 bytes Data size: 167236404 bytes Stack/heap size: 120000 bytes; estimated max. usage: unknown, due to recursion Total requirements:169322940 bytes Done. |
pawn Код:
#include <a_samp>
#include <a_mysql>
#include <strlib>
#include <utils>
#include <a_http>
#include <dini>
#include <multilines>
#include <audio>
#include <F_Streamer>
#include <zones>
#include <progress>
#include <neon>
#include <zcmd>
#include <regex>
#include <opjv>
#include <foreach>