12.07.2012, 11:49
Why would you change the loop?
Count is supposed to count how many admins are online. This would just ruin it.
It was fine how he had it.
Have a guess what this would return?
I have no idea either... should have left the loop how it was, if there is an admin online, Count goes up by 1, so it can return the total amount of admins online at the end of the command.
Count is supposed to count how many admins are online. This would just ruin it.
It was fine how he had it.
Have a guess what this would return?
pawn Код:
format(shortstring, sizeof shortstring, "%d admins online", Count);