πRHD Nitrous
Very interesting vehicle nitrous script and very light when used
Intstallation:
Register nitrous items
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'
}
}
Then, open
rhd_nitrous/image
and copy all the images in itThen, open
ox_inventory/web/images
and paste the copied image.
Run nitrous SQL on your database server

Then, start in
server.cfg
like the code below:
ensure ox_lib
ensure es_extended
ensure rhd_nitrous
Dependencies:
Last updated