Skip to content

MT-Scripts/mt-scrunchie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mt-scrunchie

Simple scrunchie script for QBCore

mt-scrunchie.mp4

Installation

  • Using ox_inventory: Add this to ox_inventory/data/items.lua
  	["scrunchie"] = {
  		label = "Scrunchie",
  		weight = 0,
  		stack = true,
  		close = true,
  		description = "Use this shit on your hair.",
  	},
  • Using other inventories: Add this to qb-core/shared/items.lua
["scrunchie"]     = {["name"] = "scrunchie", 				    ["label"] = "Scrunchie", 					["weight"] = 1000, 		["type"] = "item", 			["image"] = "scrunchie.png", 		    ["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = "Use this shit on your hair."},

About

Simple scrunchie script for QBCore

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages