carrep-chopshop

DEPENDENCIES:

Framework: qb-corearrow-up-right or esxarrow-up-right or qbx_corearrow-up-right

Target: ox_targetarrow-up-right or qb-targetarrow-up-right

Rep-Tablet: rep-tabletarrow-up-right

Rep-TalkToNPC: rep-talkNPCarrow-up-right (optional)

Pengu_Digiscanner: pengu_digiscannerarrow-up-right

INSTALLATION:

Buy a release HEREarrow-up-right.

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