17.06.2018, 11:10
I am using 3 timers in 3seconds period. One is called every 3000ms and it performs anticheat checks for each player, there's also one fast timer, called every 400ms that also does foreach checks, etc... What about memory? Will lowering MAX_PLAYERS and other array sizes make script more lightweight or it doesn't have anything to do with script performance?