29.11.2013, 11:36
Quote:
Also you was using foreach in the wrong way
You typed pawn Код:
pawn Код:
|
pawn Код:
foreach(Player, id)
pawn Код:
foreach(new id : Player)
Quote:
Introduction
foreach replaces some* loops (normally the main player loop) with a faster, more efficient loop. Example: pawn Код:
pawn Код:
|