rep-chopshop

DEPENDENCIES:

Framework: qb-core or esx or qbx_core

Target: ox_target or qb-target

Rep-Tablet: rep-tablet

Rep-TalkToNPC: rep-talkNPC (optional)

Pengu_Digiscanner: pengu_digiscanner

INSTALLATION:

Buy a release HERE.

Add Items:

ox_inventory:

  1. Copy the image files from the img folder to your inventory folder.

  2. Add the following codes to your ox-inventory/data/items.lua file under the Items section:

["car_door"] = {
    label = "Car Door",
    weight = 7500,
    description = "",
},
["car_trunk"] = {
    label = "Car Trunk",
    weight = 7500,
    description = "",
},
["car_wheel"] = {
    label = "Car Wheel",
    weight = 5000,
    description = "",
},

qb-core:

  1. Copy the image files from the img folder to your inventory folder.

  2. Go to qb-core/shared/items.lua

esx:

  1. Copy the image files from the img folder to your inventory folder.

  2. Insert sql items:

Carry:

Add this inside local props = {}

Add the following codes to your data/carry.lua:

Last updated