15.07.2012, 22:50
You shouldn't replace constant arrays with definitions simply for optimization. There are many reasons global constants are preferred and used more widely (just not in SA:MP, due to people simply copying code or learning off other code). Only time I'd really suggesting doing so is to take advantage of the compilers concatenation.