#5

Try this one
Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
     if(IsPlayerInDmZone(playerid))//put your condition for checking is in zone
     {
          return 1;
     }
     return 0;
}
Reply


Messages In This Thread
help - by RuNBoY - 07.07.2015, 08:38
Re: help - by youssefehab500 - 07.07.2015, 08:39
Re: help - by RuNBoY - 07.07.2015, 08:53
Re: help - by youssefehab500 - 07.07.2015, 09:02
Re: help - by leo9 - 07.07.2015, 09:57
Re: help - by youssefehab500 - 07.07.2015, 19:47

Forum Jump:


Users browsing this thread: 1 Guest(s)