Gamezff / ficoni-weedruns

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ficoni-weedruns

ficoni-weedruns is a qbus nopixel inspired weed run you can see everything on video...

Showcase

Dependency

Optional Dependency

How To Add Items

Go to qb-core/shared/items.lua and add

["weedpackage"]= {["name"] = "weedpackage", ["label"] = "Suspicious Package",["weight"] = 25000, ["type"] = "item", ["image"] = "weedpackage.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Marked for Police Seizure"},
    
["deliverylist"]= {["name"] = "deliverylist", ["label"] = "Delivery List",["weight"] = 5000, ["type"] = "item", ["image"] = "deliverylist.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "A suspicious list with transport instructions. Marked for Police Seizure."},

["rolls"]= {["name"] = "rolls", ["label"] = "Roll of Cash",["weight"] = 0, ["type"] = "item", ["image"] = "rolls.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "Lots of low denominators - Indicates drug sales."},
    
["bands"]= {["name"] = "bands", ["label"] = "Band of Notes",["weight"] = 0, ["type"] = "item", ["image"] = "bands.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "Lots of low denominators - Indicates drug sales."},

How To Add Attach Weed On Player (If u have Renewed-Weaponscarry)

["weedpackage"] = { carry = true, model = "hei_prop_heist_weed_block_01", bone = 28422, x = 0.01, y = -0.02, z = -0.12, xr = 0.0,  yr = 0.0, zr = 0.0, blockAttack = true, blockCar = true, blockRun = true},

Next Update

  • Cooldown
  • Police Alert Chance
  • New Ped To Pack Weed (Creating A New Weed Plant Script)

Optimization

Script runs when not in use 0.0 MS while in use only when selling package 0.01 MS

About


Languages

Language:Lua 100.0%