πŸ“ƒHow to Install

Important things to install! Follow the steps carefully and you shouldn't have a problem.

1

Download the resource

Download the latest version of the script from your keymaster

2

Placement

Put it in your server directory somewhere

3

Add items

Add the following to your qb-core/shared/items.lua

['nitrous'] 				 	 = {['name'] = 'nitrous', 			  	  		['label'] = 'Nitrous', 					['weight'] = 1000, 		['type'] = 'item', 		['image'] = 'nitrous.png', 				['unique'] = false, 	['useable'] = true, 	['shouldClose'] = true,	   ['combinable'] = nil,   ['description'] = 'Speed up, gas pedal! :D'}
4

Exports

exports {
    "SkillMenu",
    "UpdateSkill",
    "GetCurrentSkill"
}
5

Usage

Smoke setting +1 Left Shift / -1 Delete

Enable nitro Left Ctrl

Last updated