Jump to content

[REZOLVAT] Intrebare Dialog


Yeed
 Share

Recommended Posts

Salutare, incerc sa fac un sistem de tuning pe dialog, am incercat sa folosesc if(isPlayerInVehicle(playerid, model), si am facut un return cu un mesaj cum ca nu este intr-o masina. Chiar daca este in masina si dau /tuningcar imi zice ca nu sunt intr-o masina, cum pot rezolva?

Link to comment
Share on other sites

Pai si daca vreau sa fac doar pentru o masina ?

new masinax[MAX_PLAYERS];

masinax[playerid] = createvehicle.... etc

 

if(IsPlayerInVehicle(playerid, masinax[playerid]) ..

 

 

9KTP2ey.png

 

 

 

KuMvnHk.png

Sunt de moda veche | Inca mai cred in respect ????

Link to comment
Share on other sites

new masinax[MAX_PLAYERS];

masinax[playerid] = createvehicle.... etc

 

if(IsPlayerInVehicle(playerid, masinax[playerid]) ..

Asta cu createvehicle nu creeaza masina la coordonatele x?

Link to comment
Share on other sites

Asta cu createvehicle nu creeaza masina la coordonatele x?

De asta ti-am fost pus cu new model = getplayervehicleid.. ptc asa ia id-ul vehiculului in care se afla..

 

 

9KTP2ey.png

 

 

 

KuMvnHk.png

Sunt de moda veche | Inca mai cred in respect ????

Link to comment
Share on other sites

Pai si daca vreau sa fac doar pentru o masina ?

Daca te referi doar pentru un anumit model de masina:

if(GetVehicleModel(GetPlayerVehicleID(playerid)) != 411) return SCM(playerid, -1, "Poti folosi aceasta comanda doar intr-un Infernus.");

Respecta si vei fi respectat.

 

BigInt Pawn:

Pacman C++: 

Snake C++:

Minesweeper C++:

 

mattbb.cash

leaks.ro

Link to comment
Share on other sites

 

Daca te referi doar pentru un anumit model de masina:

if(GetVehicleModel(GetPlayerVehicleID(playerid)) != 411) return SCM(playerid, -1, "Poti folosi aceasta comanda doar intr-un Infernus.");

Am incercat cum ai zis tu, tot nu merge, pot folosi comanda in toate masinile.

Link to comment
Share on other sites

Am incercat cum ai zis tu, tot nu merge, pot folosi comanda in toate masinile.

Arata si codul...

Respecta si vei fi respectat.

 

BigInt Pawn:

Pacman C++: 

Snake C++:

Minesweeper C++:

 

mattbb.cash

leaks.ro

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...