Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Why are we using/wasting so many loops?
#3
PlayersOnline?

why add a totally new variable? TotalOnlinePlayers is already stored in every version of MS that has been released. Instead of doing a for i = 1 to max_players, just do a for i = 1 to TotalOnlinePlayers saves a TON of loops.

I'll release a tutorial on it in a bit. Nice little optimization for MSE2 as well. Big Grin
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)