21.12.2014, 14:38
Help me please
IT have some error, here is the code
IT have some error, here is the code
PHP код:
CMD:panels(playerid, params[])
{
if (!IsACop(playerid))
{
SendClientMessageEx(playerid,COLOR_GREY,"ban khong a law enforcement officer.");
}
if (!IsPlayerInRangeOfPoint(playerid, 20, 1479.1448,-1675.6207,14.0469))
SendClientMessageEx(playerid, COLOR_GREY, "Ban khong o trong pershing square.");
}
ShowPlayerDialog(playerid, PANEL, DIALOG_STYLE_LIST, "Security Panel", "Operate", "Cancel");
}
return 1;
}