16-02-2007, 10:58 AM
*fixed
Lol no "exit for" only executes on the else after the buffer
Lol no "exit for" only executes on the else after the buffer
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
end if
next i