13-01-2007, 08:57 PM
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.
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.
