πŸš€RHD Nitrous

Very interesting vehicle nitrous script and very light when used

Intstallation:

  1. Register nitrous items

  1. Open ox_inventory/data/items.lua and enter the items below:

['empty_nitrous'] = {
    label = 'Nitrous (Empty)',
    weight = 500,
    client = {
        image = 'nitrous.png'
    }
},
['nitrous'] = {
    label = 'Nitrous (Original Colour)',
    weight = 1000,
    client = {
        image = 'nitrous.png'
    }
},
['red_nitrous'] = {
    label = 'Nitrous (Red Colour)',
    weight = 1000,
    client = {
        image = 'nitrous.png'
    }
},
['blue_nitrous'] = {
    label = 'Nitrous (Blue Colour)',
    weight = 1000,
    client = {
        image = 'nitrous.png'
    }
},
['purge_colour'] = {
    label = 'Purge Colour',
    weight = 100,
    client = {
        image = 'purge_colour.png'
    }
}
  1. Then, open rhd_nitrous/image and copy all the images in it

  2. Then, open ox_inventory/web/images and paste the copied image.

  1. Run nitrous SQL on your database server

  1. Then, start in server.cfg like the code below:

ensure ox_lib
ensure es_extended
ensure rhd_nitrous

Dependencies:

Last updated