03.09.2013, 01:09
Is there a way to block some cmds when u are in a place? I want to block only same teleports when i go to a place. Is there something?
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;
}