3 problems
#2

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;

}
Reply


Messages In This Thread
3 problems - by AllOutRolePlay - 05.03.2012, 20:59
Re: 3 problems - by Chrillzen - 05.03.2012, 21:13
Re: 3 problems - by AllOutRolePlay - 05.03.2012, 22:13

Forum Jump:


Users browsing this thread: 2 Guest(s)