28.12.2010, 00:45
I'm not sure, but I guess he wants something like this:
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
{
SendClientMessage(i,color_red,"it started");
}
}