01.11.2014, 19:08
PHP код:
{
if (strcmp("/mycommand", cmdtext, true, 10) == 0)
{
if(IsPlayerInRangeOfPoint(playerid, 7.0, 2695.6880, -1704.6300, 11.8438))
{
SendClientMessage(playerid,0xFFFFFFFF,"You are near the stadium entrance!");
return 1;
}
}
return 0;
}