Quote:
Originally Posted by _rAped
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"); } }
|
It's okay, besides that he should add his own functions too. But the 'it started' text will show ONLY to the players that are in the checkpoint, not to everyone.