SickScripts Documentation
SickScripts DiscordProject ALPHA DiscordTebex Store
  • Overview
    • 💡SickScripts
    • ✨Useful Links
    • 🎯Newest ESX
  • Shared Framework
    • 👮SickDirtyCops
      • Robbery Trigger
      • Installation
      • Config
      • Buy/Sell Shop
      • Updates
      • Custom Events
    • 🚗Sick2Step
      • SetUp
      • Usage
    • 🌱SickTrapHouses
      • Installation
      • Events
    • 🗒️SickWarrants
      • Events
      • Examples
    • 💣SickCarBombs
      • Items
      • Config
    • 📎SickLockers
      • Config
      • Events
      • QBCore Users
    • 💰SickMoneyWash
      • Usage
      • Config
    • 🗺️SickTeleport
      • Installation
      • Default Locations
      • Donators
      • Config
  • ESX Scripts
    • 🎟️SickFines-PEFCL
      • Events
    • 🧑‍💼SickTraders
      • Traders
    • 🌭SickFoodStands
    • 🍔SickUpNAtom
      • General info
      • Ordering
      • Job Info
      • Boss Menu
  • 🔒SickJail
    • Events/Exports
    • Examples
    • Jobs
    • Drug Bag
    • Prison Break
    • Stashes
  • 📄SickReports
    • Options
  • 🇫🇲SickSafeZones
    • Info
    • Music
    • AirDrops
    • ScrapCars
  • QBCore
    • 🏨SickApartmentSelect
Powered by GitBook
On this page
  1. SickJail

Drug Bag

Drug Bag is a useful item for while you are in prison and trying to smuggle stuff out! You Can not only open and fill your Drug Bags your are also able to toss them over the fence and use Target to open and destroy the bag! Has minimal slots and minimal weight to prevent lots of items in the drug bags or items that dont seem to "fit"!

local DrugBag = {
    id = 'drug_bag: '..name,          
    invLabel = "Drug Baggie",                 
    invWeight = 500.0,                            
    invSlots = 5,                 
}
Inventory:RegisterStash(DrugBag.id, DrugBag.invLabel, DrugBag.invSlots, DrugBag.invWeight, false)

These will be available from the Gangs! Probably on a higher Rep Level too

PreviousJobsNextPrison Break

Last updated 10 months ago

🔒