Help please
#7

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.
Reply


Messages In This Thread
Help please - by bartje01 - 28.12.2010, 00:32
Re: Help please - by admantis - 28.12.2010, 00:37
Re: Help please - by _rAped - 28.12.2010, 00:37
Re: Help please - by bartje01 - 28.12.2010, 00:39
Re: Help please - by admantis - 28.12.2010, 00:41
Re: Help please - by _rAped - 28.12.2010, 00:45
Re: Help please - by admantis - 28.12.2010, 00:47
Re: Help please - by _rAped - 28.12.2010, 00:49

Forum Jump:


Users browsing this thread: 1 Guest(s)