09.09.2013, 13:19
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]); }