Jump to content
  • 0

Slot masina.


Lexu97

Question

Problemă întâlnită (descriere):Cum mai creez inca un slot pentru masini.
Ero(area / rile) / warning-(ul / urile):/m/
Liniile de cod / sursa / script-ul:[pawn]

if(strcmp(cmd, "/buycar", true) == 0)

{
if(PlayerData[playerid][pLevel] < 3)
{
SendClientMessage(playerid,COLOR_WHITE,"[R|T] Iti trebuie level `3` pentru a-ti cumpara un vehicul personal !");
return 1;
}
if(PlayerData[playerid][pPcarkey] != 999 && PlayerData[playerid][pPcarkey1] != 999 && PlayerData[playerid][pPcarkey2] != 999 && PlayerData[playerid][pPcarkey3] != 999) return SendClientMessage(playerid, COLOR_GREY, "Nu mai poti cumpara alt vehicul.");
if(IsPlayerInRangeOfPoint(playerid, 5.0, 328.9902,-1513.3729,36.0391))
{
ShowPlayerDialog(playerid, 140, DIALOG_STYLE_LIST, "Masini personale:", "Off RoadnSport CarnBikesnBoats", "Alege", "Anulare");
}
else
{
SendClientMessage(playerid,COLOR_WHITE,"Nu te aflii la Dealership !");
}
return 1;
}

[/pawn]

Imagini / Video (optional):/n/
Aţi încercat să rezolvaţi singur?:Nu,nu ma pricep la asta.

 

Am pus comanda /buycar daca mai trebuie linii sa imi spuneti,cine ma poate ajuta +1,mersi.

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

La PlayerData adaugi pPcarkey4.
 
Iar la verificari adaugi [pawn]PlayerData[playerid][pPcarkey4] != 999[/pawn]
Tot asa faci peste tot pe unde ai [pawn]PlayerData[playerid][pPcarkey3][/pawn] dar aici nu adaugi si != adaugi ce este si la pPcarkey3.

Link to comment
Share on other sites

La PlayerData adaugi pPcarkey4.

 

Iar la verificari adaugi [pawn]PlayerData[playerid][pPcarkey4] != 999[/pawn]

Tot asa faci peste tot pe unde ai [pawn]PlayerData[playerid][pPcarkey3][/pawn] dar aici nu adaugi si != adaugi ce este si la pPcarkey3.

inlocuiesc playerdata[playerid][pPcarkey3] !=999 cu 

  1. PlayerData[playerid][pPcarkey4] !=999 ?
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • 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.