03.09.2013, 01:10
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
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;
}