19.04.2013, 13:05
remove isplayerinrengeofpoint
Like this:
Like this:
pawn Код:
CMD:fbilocker(playerid, params[])
{
if(gTeam[playerid] == TEAM_FBI) ShowPlayerDialog(playerid,1500,DIALOG_STYLE_LIST,"FBI LOCKER","Weapons\nSkins\nArmour/Pills", "OK","CANCEL");
else return SendClientMessage(playerid, -1, "ERROR: Only FBI agents can use this command!");
}
return 1;
}