19.04.2013, 12:29
Hello i need a kind of help. What is the code for if(gTeam[playerid] to this code
So only the FBI team can use this command?
PHP код:
CMD:fbilocker(playerid, params[])
{
if(IsPlayerInRangeOfPoint(playerid, 3.0, 223.5103,186.9165,1003.0313,358.4842))
ShowPlayerDialog(playerid,1500,DIALOG_STYLE_LIST,"FBI LOCKER","Weapons\nSkins\nArmour/Pills", "OK","CANCEL");
return 1;
}