18.02.2014, 17:26
Don't try to optimize your code for memory too much(except at some situations). Optimize where optimizing memory doesn't effect the CPU at all(like making a client message 256 cells big).
Its because you get plenty of memory(RAM) to use and CPU is more important.
You needn't actually worry about your AMX size and don't try to optimize for the sake of reducing the file size instead try to optimize your code for better performance.
How to optimize code:
https://sampforum.blast.hk/showthread.php?tid=216730
https://sampforum.blast.hk/showthread.php?tid=57018
https://sampforum.blast.hk/showthread.php?tid=486877
Its because you get plenty of memory(RAM) to use and CPU is more important.
You needn't actually worry about your AMX size and don't try to optimize for the sake of reducing the file size instead try to optimize your code for better performance.
How to optimize code:
https://sampforum.blast.hk/showthread.php?tid=216730
https://sampforum.blast.hk/showthread.php?tid=57018
https://sampforum.blast.hk/showthread.php?tid=486877