Skip to content

MT-Scripts/mt-stealfuel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

mt-stealfuel

Simple steal vehicle fuel script for QBCore

Preview:

https://youtu.be/xIZs3WpWPAc

Instalation:

Add to qb-core/shared/items.lua:

	-- mt-stealfuel
	["jerrycan_combustivel"]  		= {["name"] = "jerrycan_combustivel", 				["label"] = "Empty JerryCan", 						["weight"] = 100, 		["type"] = "item", 			["image"] = "jerrycan_combustivel.png", 				["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = ""},
	["mangueira_combustivel"]  		= {["name"] = "mangueira_combustivel", 				["label"] = "Fuel Hose", 							["weight"] = 100, 		["type"] = "item", 			["image"] = "mangueira_combustivel.png", 				["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = ""},

Drag and drop images to qb-inventory/html/images

Dependicies

About

Simple steal vehicle fuel script for QBCore

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages