Normal .AMX file size
#8

Do you have some big arrays in there with alot of data?
That matters more than just code.

pawn Код:
new array[1024][1024][32];
Just adding this array to my own code increases AMX size from 351 Kbytes to 37 Mbytes.

But 4.5 Mbytes isn't much to worry about.

You could search your script and see if u need to shrink some arrays if you have alot of them with unused indices.
Reply


Messages In This Thread
Normal .AMX file size - by AA9 - 18.02.2014, 16:13
Re: Normal .AMX file size - by Raza2013 - 18.02.2014, 16:26
Re: Normal .AMX file size - by Pottus - 18.02.2014, 16:31
Re: Normal .AMX file size - by AA9 - 18.02.2014, 16:31
Re: Normal .AMX file size - by Pottus - 18.02.2014, 16:34
Re: Normal .AMX file size - by AA9 - 18.02.2014, 16:37
Re: Normal .AMX file size - by AA9 - 18.02.2014, 17:02
Re: Normal .AMX file size - by PowerPC603 - 18.02.2014, 17:15
Re: Normal .AMX file size - by Konstantinos - 18.02.2014, 17:17
Re: Normal .AMX file size - by Yashas - 18.02.2014, 17:26

Forum Jump:


Users browsing this thread: 1 Guest(s)