Posts: 531
Threads: 99
Joined: Sep 2010
Reputation:
0
Okay I have about 9500 Lines My Pawn Size Is 438kb and my amx is 2,276mb Thats a big AMX... Am I adding to much somewhere for 9k lines ....
Posts: 664
Threads: 65
Joined: Jul 2011
Reputation:
0
The AMX is always bigger than the pwn like my pwn file is 10mb and my AMX is 100.30mb the more u add it has to compile it down and down and down and down etc to as small as it can and when it gets to the smallest size thats the AMX its simple logic :P its nothing to worry about though the worst it can do is slow down ur compiling
Posts: 531
Threads: 99
Joined: Sep 2010
Reputation:
0
I looked at the Raven game mode it has 71k lines and its at a 3mb size.. come on thats funny..
I think it might be my strings as well.. maybe adding to much for something that dont use that much in the string..
Posts: 1,426
Threads: 56
Joined: Dec 2010
Reputation:
0
Don't use more then 128 if you don't have a reason. Use 24 for names.
Posts: 531
Threads: 99
Joined: Sep 2010
Reputation:
0
wish there was a Simple Way of Just doing it like string[Whateversizeitneeds] name[Whateverthenamesizeis] get what im saying.. So we wouldnt half to use string[256] string128] string[50] or any number it would go with the size it would need..