Jump to content
Autentificarea cu Google și Facebook nu mai este disponibilă. ×

Question

7 answers to this question

Recommended Posts

  • 0
Posted
15 hours ago, Negrici Rares said:

mda nu prea am timp deci ma las de gm hpq 

oare burned are acest bug? sau zimi si mie un gm de la care sa incep

Poti incepe pe un Burned. Dar si acolo sunt multe probleme daca ai chef sa le rezolvi da.
Altceva nu am ce sa iti recomand. Toate gamemode-urile au buguri minori si majore.

  • Like 1
  • 0
Posted (edited)
On 4/27/2022 at 11:37 PM, iSorin[] said:

trebuie rescris tot sistemu de masini personale

 

Nu trebuie rescris nimic este doar o problemă, tu când găsești o problemă rescrii tot sistemul?

Edited by HPQ123
  • 0
Posted
10 hours ago, Vizitator. said:

poate furat cum faci tu deobicei :)) 

Da frate eu fur :))

  • 0
Posted
YCMD:carplate(playerid, params[], help) {
    extract params -> new string:plate[12]; else return SendUsageMsg(playerid, "carplate [car plate]");
    if(PersonalCar(playerid) == -1) return SendErrorMsg(playerid, "Nu esti in unul dintre vehiculele tale personale!");
    if(!(0 <= strlen(plate) <= 10)) return SendErrorMsg(playerid, "Numarul de inmatriculare poate avea maxim 10 caractere!");
    if(strfind(plate, "'", true) != -1 || strfind(plate, "Model", true) != -1 || strfind(plate, "`", true) != -1) return SendErrorMsg(playerid, "Caractere invalide!");
 
    SetVehicleNumberPlate(CarInfo[PersonalCar(playerid)][Spawned], plate);
    SendClientMessage(playerid, COLOR_LGREEN, "Numarul de inmatriculare a fost salvat. Acesta se va pune automat la urmatorul respawn al vehiculului");
 
    if(PlayerInfo[playerid][pPremiumAccount] != 0) format(CarInfo[PersonalCar(playerid)][cLicense], 100, "{FF0000}%s", plate);
    if(PlayerInfo[playerid][pVip] != 0) format(CarInfo[PersonalCar(playerid)][cLicense], 100, "{F0B548}%s", plate);
    else format(CarInfo[PersonalCar(playerid)][cLicense], 100, "%s", plate);
 
    gQuery[0] = EOS;
    mysql_format(SQL, gQuery, sizeof gQuery, "UPDATE cars SET License='%s' WHERE ID=%d", plate, CarInfo[PersonalCar(playerid)][cID]);
    mysql_tquery(SQL, gQuery, "", "");
    return true;
}                 
 
 
pentru ce i ce nu stiu sa rezolve aceast bug din aceasta comanda!

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • 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.