Jump to content
  • 0

Car Tune


mura

Question

4 answers to this question

Recommended Posts

Nu se pune oricum, trebuie sa folosesti functii aditionale + sa numesti masina, exemplu:

//sus in script
new TunedJester;

//OnGameModeInit
TunedJester = AddStaticVehicle(559, 1555.943359, -2361.353271, 13.210936, 0.999950, 151, 0);
AddVehicleComponent(TunedJester, 1010); // Nitro
AddVehicleComponent(TunedJester, 1158); // Spoiler
ChangeVehiclePaintjob(TunedJester, 0); // Paintjob

http://wiki.sa-mp.com/wiki/AddVehicleComponent

http://wiki.sa-mp.com/wiki/ChangeVehiclePaintjob

Link to comment
Share on other sites

Atunci incearca asa:

//sus in script
new TunedJester;

//OnGameModeInit
TunedJester = CreateVehicle(559, 1555.943359, -2361.353271, 13.210936, 0.999950, 151, 0, -1);
AddVehicleComponent(TunedJester, 1010); // Nitro
AddVehicleComponent(TunedJester, 1158); // Spoiler
ChangeVehiclePaintjob(TunedJester, 0); // Paintjob

Daca tot nu merge, faci tu gresit ceva.

/locked

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.