Jump to content

Liviut

Membru
  • Posts

    17
  • Joined

  • Last visited

Posts posted by Liviut

  1. Acum 1 oră, @SanJay a spus:

    Ai deja 2 masini fara premium.... Daca nu ai cumparat vre-o masina pana acum.

    Uite aici o comanda : 

    CMD:buycar(playerid, params[])
    {
        if(gPlayerLogged[playerid] == 0) return SendClientMessage(playerid, COLOR_LIGHTRED, "You need to log in first.");
        if(IsPlayerInAnyVehicle(playerid)) return SCM(playerid,COLOR_GREY,"You need to be on foot.");
        if(IsPlayerInRangeOfPoint(playerid, 7.0, 328.3534,-1513.1687,36.0391))
        {
            if(PlayerInfo[playerid][pLevel] < 3) return SendClientMessage(playerid, COLOR_GREY, "You need level 3 to buy a vehicle.");
            BuyCar[playerid] = -1;
            ShowPlayerDialog(playerid,DIALOG_CARBUY, DIALOG_STYLE_LIST, "Buy a car", "Cheap cars\nRegular cars\nExpensive cars\nPremium cars", "Select", "Close");
        }
        else return SCM(playerid,COLOR_WHITE,"You are not at the DealerShip.");
          return 1;
    }

    Nu ai inteles. Nu mi arata dialogul sa cumpar masina

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.