[HELP] Foreach simple loop.
#5

Quote:
Originally Posted by Richie©
Посмотреть сообщение
You have to create the Iterator then add and remove values from it, then you can use foreach.
Like this:
pawn Код:
new Iterator:_Admins<MAX_PLAYERS>;
Iter_Add(_Admins, playerid);
Iter_Remove(_Admins, playerid );

foreach(_Admins, i)
Could you give me the simple exmple like i've mentained here ?
PHP код:
for(new i;i<90;i++) 
Reply


Messages In This Thread
[HELP] Foreach simple loop. - by sKgaL - 16.08.2013, 09:37
Re : [HELP] Foreach simple loop. - by Garwan50 - 16.08.2013, 09:46
Re: Re : [HELP] Foreach simple loop. - by sKgaL - 16.08.2013, 09:47
Re: [HELP] Foreach simple loop. - by Richie© - 16.08.2013, 10:17
Re: [HELP] Foreach simple loop. - by sKgaL - 18.08.2013, 19:53
Re: [HELP] Foreach simple loop. - by Pottus - 18.08.2013, 20:15
Re: [HELP] Foreach simple loop. - by sKgaL - 19.08.2013, 21:39

Forum Jump:


Users browsing this thread: 1 Guest(s)