Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Why are we using/wasting so many loops?
#20
I made another post somewhere about how i ended up doing it... i just did a
Code:
For i = 1 to max_players
    whatever whatever (this is what calculated the TotalOnlinePlayers)
    OnlinePlayer(TotalOnlinePlayers).Index = i
next i

Then everywhere else i just ended up doing for i = 1 to totalonlineplayers... then i just pulled their index back out from that...
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)