06.09.2015, 21:13
Quote:
Yes, I see what you mean by "over-optimization", I will take them into consideration. I know there would be a lot more I can do to this gamemode to make it more functional its just knows the tricks (If you know what I mean). I did read that thread before posting this one but, my brain can't handle them this at this time .
Thanks for good feedback, Will take into consideration! |
- Use foreach (y_iterate) instead of the normal iteration (for(new i=0;i<MAX_PLAYERS;i++)) for better performance. Also, with foreach (y_iterate) you don't need to check if the player is online (IsPlayerOnline(playerid)), so one function less to call.