foreach(Player,i or for(new loop
#1

What should i use for this? that with foreach or with a loop?

Код:
foreach(Player,i)
	{
    Delete3DTextLabel(spawnprotection[i]);
    }
    for(new i=0;i<MAX_PLAYERS;i++)
    {
       Delete3DTextLabel(spawnprotection[i]);
	}
Reply


Messages In This Thread
foreach(Player,i or for(new loop - by Blackazur - 09.09.2013, 13:19
Re: foreach(Player,i or for(new loop - by Dragonsaurus - 09.09.2013, 13:21
Re: foreach(Player,i or for(new loop - by Tamer - 09.09.2013, 13:28
Re: foreach(Player,i or for(new loop - by Threshold - 09.09.2013, 13:28
Re: foreach(Player,i or for(new loop - by Weponz - 09.09.2013, 14:08

Forum Jump:


Users browsing this thread: 2 Guest(s)