ixHal Scripts
HomeTebexDiscordYouTube
  • 👋Welcome To IxHal Scripts!
  • About us
    • 🚀About me
  • Paid Scripts
    • 👨‍🔧Chop Shop
      • Preview
      • Setup
      • Config
    • 🌡️Meth Manufacturing
      • Preview
      • Setup
      • Config
    • 🚛Garbage Job
      • Preview
      • Setup
      • Config
    • ⛏️Mining Activity
      • Preview
      • Setup
      • Config
    • 💰Drug Sales
      • Preview
      • Setup
      • Config
      • API
  • Free Scripts
    • 🏋️‍♂️Weight System
      • Preview
      • Config
    • 🚗Car Jack
      • Preview
      • Setup
      • Config
Powered by GitBook
On this page
  • Step One
  • Step Two
  • Step Four
  1. Free Scripts
  2. Car Jack

Setup

Step One

Go into config.lua file and change to your framework/inventory options.

Step Two

Add the item to your qbcore/shared/items.lua file, Your database or your ox-inventory.

["carjack"]= {["name"] = "carjack", ["label"] = "Car Jack",	["weight"] = 10000, 	["type"] = "item", 	["image"] = "carjack.png",	["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "A car jack, Probably good for flipping vehicles up right."},
USE es_extended;
INSERT INTO `items` (`name`, `label`, `weight`, `rare`, `can_remove`) VALUES ('carjack', 'Car Jack', 5, 0, 1);
['carjack'] = {
	label = 'Car Jack',
	weight = 10000,
    	close = true,
	stack = true,
},

Step Four

Enjoy!

PreviousPreviewNextConfig

Last updated 1 year ago

🚗