Installation Guide: Nail Trap System
Follow this guide to install and set up the Nail Trap System on your server.
1️⃣ Add Items to Your Inventory
OX Inventory
['screw_nail'] = {
label = 'Nail',
weight = 5000,
stack = true,
close = true,
description = 'A specially crafted nail to do something haha..',
client = {
image = 'screw_nail.png',
export = 'J0-nailScript.useNail'
},
},
['nailspackage'] = {
label = 'Nails Package',
weight = 5000,
stack = true,
close = true,
description = 'A specially crafted nail to do something haha..',
client = {
image = 'nailspackage.png',
export = 'J0-nailScript.useNailPackage'
},
},QB Inventory
2️⃣ Install ox_lib
3️⃣ Ready to Go! 🚀
Last updated