Wert Paleto Bank Robbery V2
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)
qb-lockpick (https://github.com/qbcore-framework/qb-lockpick)
wert-drill (IN FOLDER)
3 - Add your item list, requid items
-- Code
["weapon_stickybomb"] = {["name"] = "weapon_stickybomb", ["label"] = "C4", ["weight"] = 1000, ["type"] = "weapon", ["ammotype"] = nil, ["image"] = "stickybomb.png", ["unique"] = true, ["useable"] = false,["expire"] = 168.0, ["combinable"] = nil, ["description"] = "This is a placeholder description"},
["guvenlikd"] = {["name"] = "guvenlikd", ["label"] = "Güvenlik kartı D", ["weight"] = 100, ["type"] = "item", ["image"] = "guvenlikd.png", ["unique"] = false, ["useable"] = true, ["expire"] = nil, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Acaba nerenin kartı"},
["lockpick"] = {["name"] = "lockpick", ["label"] = "Maymuncuk", ["weight"] = 1000, ["type"] = "item", ["image"] = "lockpick.png", ["unique"] = false, ["useable"] = true, ["expire"] = nil, ["shouldClose"] = true, ["combinable"] = {accept = {"screwdriverset"}, reward = "advancedlockpick", anim = {["dict"] = "anim@amb@business@weed@weed_inspecting_high_dry@", ["lib"] = "weed_inspecting_high_base_inspector", ["text"] = "Crafting lockpick", ["timeOut"] = 7500,}}, ["description"] = "Her yeri açmayı sağlayan, mükkemmel alet."},
["matkap_guclu"] = {["name"] = "matkap_guclu", ["label"] = "Güçlü matkap", ["weight"] = 100, ["type"] = "item", ["image"] = "matkap_guclu.png", ["unique"] = false, ["useable"] = true, ["expire"] = nil, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Çok güçlü matkap, güzel deler."},
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 enjoy
Installation complete
Last updated