Jump to content

Question

Posted

1.Am o problema la tunning ... cand intru in tunning aleg orice optiune si vreau sa ies dintr-o optiune dau enter sau f si ma scoate din masina iar apoi nu ma lasa sa urc.. imi puteti zice cum rezolv bugul?

2.De unde modific acel pret default de 100$ de la paint'n'spray.

8 answers to this question

Recommended Posts

Posted

Foloseste asta

http://2shared.com/uploadComplete.jsp?sId=UY7A7A4K4pcQwy7a

pentru a tuna masina

Comanda: /tunar

E un fs.il adaugi in server/filterscripts si pe urma adaugi in server.cfg la linia filterscripts tuningcarv1.1

La Paint'n spay nu stiu

Posted

1. Cand dai ShowPlayerMenu, da si TogglePlayerControllable la 0, si cand iese din meniu da-l la true.

2. Nu stiu daca s-o putea cu asta: http://wiki.sa-mp.com/wiki/OnVehicleRespray

Posted

[pawn]public OnPlayerSelectedMenuRow( playerid, row )

{

    TogglePlayerControllable( playerid, false );

    //Restul codului din acest callback

    return 1;

}[/pawn]

Si ca sa-l deblocheze:

[pawn]public OnPlayerExitedMenu( playerid )

{

    TogglePlayerControllable( playerid, true );

    //Restul codului din acest callback

    return 1;

}[/pawn]

Posted

Tot nu merge ... e de la TUNNING LS SF ... ala default ...

Nu ai cum sa iesi din vehicul la acele meniuri de la tunare din LS/SF/LV.

Poate doar daca ai ceva ca

public OnPlayerKeyStateChange( playerid, newkeys, oldkeys )
{
    if( newkeys & *butonul_enter_si_f* && IsPlayerInAnyVehicle( playerid ) ) RemovePlayerFromVehicle( playerid );
    return 1;
}

Si nu prea cred ca ai asa ceva.

Mai incearca odata la acele meniuri.

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.