05.03.2012, 21:13
pawn Код:
CMD:CIA(playerid, params[])
{
if(PlayerInfo[playerid][pModel] == 13 || PlayerInfo[playerid][pCash] == 13)
if (IsPlayerInRangeOfPoint(playerid,4, -761.904663, 2575.887451, 10016.670898) || IsPlayerInRangeOfPoint(playerid,4, -757.500488, 2575.700927, 10016.677734))
{
ShowPlayerDialog(playerid, CIADUTYMENU, DIALOG_STYLE_LIST, "CIA Menu","Duty \nEquipment \n Agent one Uniform \nAgent two Uniform \nUndercover \nClear Suspect", "Select", "Cancel");
}
else
{
SendClientMessageEx(playerid, COLOR_WHITE, "You aren't in range of your CIA lockers.");
}
return 1;
}

