Skip to content

FiveM Portable Lawn Chair Script (ESX / OX_INVENTORY)

Notifications You must be signed in to change notification settings

TheSmugGod/solos-chair-esx

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

in ox_inventory

--> add png from /assets to ox_inventory/web/images

--> add the following to /data/items.lua ["portablechair"] = { label = 'Portable Chair', weight = 1, stack = false, close = true, description = "" },

--> add the following to /modules/items/client.lua Item('portablechair', function(data, slot)

	exports.portablechair:portablechairToggle()

end)

View more FIVEM scripts and assets

https://forum.cfx.re/u/OKCRP/activity/topics <<<<

About

FiveM Portable Lawn Chair Script (ESX / OX_INVENTORY)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 100.0%