12.05.2014, 16:38
Loop.
You can use foreach (****** if you want to link) made by ******
Or you can just use this:
You can use foreach (****** if you want to link) made by ******
Or you can just use this:
pawn Код:
for(new i; i != MAX_PLAYERS; i++)
{
// Use i instead of player id here.
}