.amx size
#1

Well,i got a problem,each time i add anything and compile my amx size increases alot,like the .pwn is 2000 kb and .amx is 14000 kb,What causes this?and how can the .amx file affect to the gameplay ingame?
Reply
#2

Usually when I compile a gamemode, my target is to have the AMX below the size of the pwn. The effects of having a huge amx is probably, that it takes longer time to compile perhaps? Correct me, if i'm wrong.
Reply
#3

Hi,

You need to make fast-optimization which means editing strings and make it lower, example from 256 to 128.
Check in what MAX_PLAYERS is redefined to use this.
pawn Код:
#undef MAX_PLAYERS
#define MAX_PLAYERS (30)
If you are lucky enough you may have both files having the same size, in some cases .amx file is lower than .pwn
Reply
#4

This is very frivolous and you shouldn't worry about it.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)