28.12.2010, 00:37
pawn Код:
for(new i = 0; i < 3; i++) // 3 is ammount of players
{
if(!IsPlayerInRangeOfPoint(i, 7.0, 1967.6681,-1155.7656,20.9705))
{
return SendClientMessageToAll(0xFFFFFF,"ERROR: There are not 3 players in the checkpoint.");
}
else return 1;
}