Jump to content
Autentificarea cu Google și Facebook nu mai este disponibilă. ×

Question

Posted

    AddStaticVehicle(559, 1555.943359, -2361.353271, 13.210936, 0.999950, 151, 0);

dc nu mere paintjob-ul si sa i pun kit-uri?

4 answers to this question

Recommended Posts

Posted

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

Posted

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

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.