Skip to content

nwvh/wx_headbag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wx_headbag

Simple OX based headbag script for FiveM

oKzQGvuuKuKS UUKd3H7W40Ri FWFF3wZw7N0X 32JDrK9vKz4L MyNJTlQV2xTO 0OB1NFIUzPWh

Add this line to your ox_inventory/data/items.lua

	['headbag'] = {
		label = 'Headbag',
		weight = 150,
		stack = true,
		description = "Bag that you can put on other people's heads",
		client = {
			export = 'wx_headbag.headbag',
		},
	},

WARNING!

If you rename the resource, make sure to also rename the export in items.lua!

Example:

	client = {
		export = 'newresourcename.headbag',
	},

About

Simple OX based headbag script for FiveM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published