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:
Copy the image files from the
imgfolder to yourinventoryfolder.Add the following codes to your
ox-inventory/data/items.luafile 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:
Copy the image files from the
imgfolder to yourinventoryfolder.Go to qb-core/shared/items.lua
esx:
Copy the image files from the
imgfolder to yourinventoryfolder.Insert sql items:
Carry:
old Renewed-WeaponCarry:
Add this inside local props = {}
new Renewed-WeaponCarry:
Add the following codes to your data/carry.lua:
Last updated