Jump to content

@SanJay

Membru
  • Posts

    87
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by @SanJay

  1. 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;
    }

  2. Acum 11 ore, Davidoff7776 a spus:

    Pai daca e cineva in masina si se foloseste fuctia DespawnVehicle, va despawna si masinile cu jucatori in ele. Eu vreau sa fie despawnate decat cele nefolosite. 

    Daca nu stii unde se modifica acea chestie nu te baga.

  3. La 18.03.2018 la 11:07, GEORGIKAA a spus:

    As vrea sa incep un proiect pe un gamemode insa as dori un gamemode gen sa aiba doar bazele, joburile clasice si restul de chestii basic, nu vreau sa aiba quest-uri sau ceva.. ceva mai vechi ma refer.

    burned

     

×
×
  • 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.