[Release][ESX] Vehicle tuning script

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 :smiley: and keep in mind no reposting and editing without my permission

Anyways MechNoxer Signing off

8 Likes

works perfectly good job

1 Like

Nice release man! I will atleast test it for sure.

3 Likes

Is anyone else having an issue where while this script is enabled and you go into LS Customs to modify a car it locks you in it until the scripts restarted or you relog but there’s no error?

Have anyone tested this with addon cars ? This Script looks Cool

1 Like

Yes this works with addon cars. just enable the hash grabber in the config en enter that number in the cfg