[HELP] Up to ID a bug
#5

Quote:
Originally Posted by aRoach
Посмотреть сообщение
foreach or:
pawn Код:
for( new i = 0; i <= MAX_PLAYERS; i ++ )
That is wrong, it should be
pawn Код:
for( new i = 0; i < MAX_PLAYERS; i ++ )
Quote:
Originally Posted by Dragony92
Посмотреть сообщение
But it's better to use foreach because foreach is calling only for connected user ids...
We're talking about mere nanoseconds here.
Reply


Messages In This Thread
[HELP] Up to ID a bug - by cotonete - 10.10.2011, 13:42
Re: [HELP] Up to ID a bug - by Dragony92 - 10.10.2011, 13:52
Re: [HELP] Up to ID a bug - by aRoach - 10.10.2011, 13:53
Re: [HELP] Up to ID a bug - by Dragony92 - 10.10.2011, 13:55
Re: [HELP] Up to ID a bug - by Vince - 10.10.2011, 14:41

Forum Jump:


Users browsing this thread: 3 Guest(s)