Jump to content

Help me out


HG Homie
 Share

Recommended Posts

Va salut. In lucrarea la un server de sa:mp, am intampinat o problema cu comanda prin care vinzi masina la un dealer, aceasta se vinde pe server dar nu si in baza de date. Astept ajutor din partea unei persoane capabile. Multumesc.

if(dialogid == 145)

        {

        if(response==1){

                          if(PlayerData[playerid][pPcarkey] == 999)

                            {

                            return 1;

       }

       new carkey = PlayerData[playerid][pPcarkey];

       new query[MAX_STRING];



                DestroyVehicle(carkey+PreVehicle);



                new price = floatround((0.7 * CarData[carkey][cValue]), floatround_round);

                CarData[carkey][cValue] = price;



                GivePlayerCash(playerid, price);

                SendClientMessage(playerid,COLOR_WHITE,"Ai vandut masina." );

                PlayerData[playerid][pPcarkey] = 999;

        }

        }
Edited by HG Alexandru
Link to comment
Share on other sites

Dă-mi tot dialog-ul, toată comanda.

 

"prin care vinzi maşina la un dealer", ce fel de dealer? Fii mai explicit.

 

Poate fii dealership. dealer de masini, orice, de unde să îţi ştiu eu toate lucrurile din gamemode?

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

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