28.01.2014, 18:18
Use foreach (include extra) or use the loop for().
Example:
Example:
Code:
for(new i; i < MAX_PLAYERS; i++)
{
// Functions for every player
}

