Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Very Simple Optimize Max Looping
#6
Code:
for i = 1 to max_players
    if player(index).name  vbnullstring and z < 3 then
         z = z + 1
    //procedure goes here
   else
         z = 0
   exit for
next i
Is not yet fixed =/
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)