Wert-ChopShopV2
You can access the setup information you need about this product
INSTALLATION
1 - Drop the file into your resources folder
2 - Make sure all depends scripts exist (Or download it)
DEPENDS
PolyZone (https://github.com/mkafrin/PolyZone)
3 - Add your item list, requid items ( If u use ox_inventory please convert ox_inventory item format )
-- Item Lıst
["car_door"] = {["name"] = "car_door", ["label"] = "Car door", ["weight"] = 1000, ["type"] = "item", ["image"] = "car_door.png", ["unique"] = false, ["useable"] = true, ["expire"] = nil, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Car door"},
["car_wheel"] = {["name"] = "car_wheel", ["label"] = "Car wheel", ["weight"] = 1000, ["type"] = "item", ["image"] = "car_wheel.png", ["unique"] = false, ["useable"] = true, ["expire"] = nil, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Car wheel"},
["car_bonnet"] = {["name"] = "car_bonnet", ["label"] = "Car bonnet", ["weight"] = 1000, ["type"] = "item", ["image"] = "car_bonnet.png", ["unique"] = false, ["useable"] = true, ["expire"] = nil, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Car bonnet"},
["car_boot"] = {["name"] = "car_boot", ["label"] = "Car trunk parts", ["weight"] = 1000, ["type"] = "item", ["image"] = "car_boot.png", ["unique"] = false, ["useable"] = true, ["expire"] = nil, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Car boot"},
["arac_aku"] = {["name"] = "arac_aku", ["label"] = "Araç aküsü", ["weight"] = 2000, ["type"] = "item", ["image"] = "arac_aku.png", ["unique"] = false, ["useable"] = true, ["expire"] = nil, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Araçlara elektrik sağlayan mükkemmel icat."},
["chopshop_note"] = {["name"] = "chopshop_note", ["label"] = "Note Page", ["weight"] = 100, ["type"] = "item", ["image"] = "chopshop_note.png", ["unique"] = true, ["useable"] = true, ["expire"] = nil, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Not page"},
4 - if you use different a target system change target exports (client.lua)
5 - Don't forget to customize the script via config.lua
6 - Restart server and you're ready
Installation complete
Last updated