07.10.2018, 14:17
Not using loops where they're not needed (most loops are in some commands to give things, like money/ammo etc) and at the moment, there is no huge loop with tons of code inside it. I'm also avoiding to use many if/else sections and trying to use ternary operators or switch instead (when possible), and checking every log line for amx backtraces everytime new code is added.