πRHD Nitrous
Very interesting vehicle nitrous script and very light when used
Intstallation:
1
['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'
}
}2

3
ensure ox_lib
ensure es_extended
ensure rhd_nitrousDependencies:
Last updated