Blocking some cmds
#2

you can set it so if they is only a few places that it checks for that area and if ur not in it the cmd wont work

for this you want to use
pawn Код:
if(!strcmp("/stadium",cmdtext))
{
    if(IsPlayerInRangeOfPoint(playerid, 7.0, 2695.6880, -1704.6300, 11.8438))
    {
        SendClientMessage(playerid,0xFFFFFFFF,"You are near the stadium entrance!");
    }
    return 1;
}
Reply


Messages In This Thread
Blocking some cmds - by ReshiramZekrom - 03.09.2013, 01:09
Re: Blocking some cmds - by Tom1412 - 03.09.2013, 01:10
Re: Blocking some cmds - by ReshiramZekrom - 03.09.2013, 22:19

Forum Jump:


Users browsing this thread: 1 Guest(s)