06.01.2013, 08:58
You can only use foreach to loop through all the Pickups only if you've created an Iterator for all the created pickups. But you can use foreach for players.
pawn Код:
foreach (new i : Player)
{
// code;
}