31.05.2012, 21:36
Код:
new players;
for(new i; i < MAX_PLAYERS; i++)
{
if(IsPlayerConnected(i)) players++;
}
if(players < 10) return SendClientMessage(playerid,COLOR,"There are less than 10 players so this will not be given to you");

