Jump to content
  • 0

Problema Gamemode HPQ


Negrici Rares

Question

7 answers to this question

Recommended Posts

  • 0
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
Link to comment
Share on other sites

  • 0
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
Link to comment
Share on other sites

  • 0
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!
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

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