This script adds a tuner job. With this job you can modify cars.
With modify i mean. You take a sultan you “tune” it and you get a sultan rs.
There is the ability to configure multiple tunes per car the car is also updated in the database.
Here is a short video that shows te script.
You can download it from here
Install is easy just place it in the server and start it in the config file of your server
the only thing you need to do is edit the config with the cars that you want
To add a car just add it under Config.Cars like this
{
Default = {
Name = "Sultan",
Hash = 970598228, --sultan
},
{
Name = "Sultan RS",
Hash = -295689028, --sultanrs
Price = 100000,
Tuning = {
modTurbo = true,
modEngine = 6,
modBrakes = 4,
modTransmission = 5,
},
},
},
Adding a tunable car can be done by the code below
{
Name = "Sultan RS",
Hash = -295689028, --sultanrs
Price = 100000,
Tuning = {
modTurbo = true,
modEngine = 6,
modBrakes = 4,
modTransmission = 5,
},
},
Adding default tune statements can be done by adding the Tuning table in the tuning kit
Tuning = {
modTurbo = true,
modEngine = 6,
modBrakes = 4,
modTransmission = 5,
},
The values can be found here
If you want some default extras just add the code below in the Tuning table
extras = {
[ID OF THE EXTRA] = true or false,
[ID OF THE EXTRA] = true or false,
[ID OF THE EXTRA] = true or false,
},
Enjoy the script and keep in mind no reposting and editing without my permission
Anyways MechNoxer Signing off