JANIEL Resources
  • 🎉Welcome
  • JANIEL-DOCS
    • 🛥️ILLEGAL TUG TRADER
      • 🛠️INSTALLATION
      • 📃CONFIGURATION FILE
    • 🛵FASTFOOD DELIVERY
      • 🛠️INSTALLATION
      • 📃CONFIGURATION FILE
    • 🕊️Spawn Selector
      • 🛠️INSTALLATION
      • 📃CONFIGURATION FILE
    • ⛽FUELSTATIONS
      • 🛠️INSTALLATION
      • 📃CONFIGURATION FILE
    • 🎣FISHING
      • 🛠️INSTALLATION
      • 📃CONFIGURATION FILE
    • 🔄PROGRESSBAR
      • 🛠️INSTALLATION
      • 📃CONFIGURATION FILE
    • 📢NOTIFY
      • 🛠️INSTALLATION
      • 📃CONFIGURATION FILE
    • 🏨MOTEL MENU
      • 🛠️INSTALLATION
      • 📃CONFIGURATION FILE
    • ☠️Death Log
      • 🛠️INSTALLATION
      • 📃CONFIGURATION FILE
    • 🏕️Camp Object
      • 🛠️INSTALLATION
      • 📃CONFIGURATION FILE
    • 💸Money Log
      • 🛠️INSTALLATION
      • 📃CONFIGURATION FILE
    • 💃Animation Menu
      • 📃CONFIGURATION FILE
      • 🛠️INSTALLATION
Powered by GitBook
On this page
  1. JANIEL-DOCS
  2. Camp Object

INSTALLATION

add qb-core/shared/items

["ysandalye"] = {
    ["name"] = "ysandalye",
    ["label"] = "Green Camping Chair",
    ["weight"] = 400,
    ["type"] = "item",
    ["image"] = "ysandalye.png",
    ["unique"] = false,
    ["useable"] = true,
    ["shouldClose"] = false,
    ["combinable"] = nil,
    ["description"] = "Green camping chair."
},
["msandalye"] = {
    ["name"] = "msandalye",
    ["label"] = "Blue Camping Chair",
    ["weight"] = 400,
    ["type"] = "item",
    ["image"] = "msandalye.png",
    ["unique"] = false,
    ["useable"] = true,
    ["shouldClose"] = false,
    ["combinable"] = nil,
    ["description"] = "Blue camping chair."
},
["masa"] = {
    ["name"] = "masa",
    ["label"] = "Camping Table",
    ["weight"] = 400,
    ["type"] = "item",
    ["image"] = "masa.png",
    ["unique"] = false,
    ["useable"] = true,
    ["shouldClose"] = false,
    ["combinable"] = nil,
    ["description"] = "Ideal table for camping."
},
["bbq"] = {
    ["name"] = "bbq",
    ["label"] = "Barbecue",
    ["weight"] = 400,
    ["type"] = "item",
    ["image"] = "bbq.png",
    ["unique"] = false,
    ["useable"] = true,
    ["shouldClose"] = false,
    ["combinable"] = nil,
    ["description"] = "Ideal barbecue for camping."
},
["bbq2"] = {
    ["name"] = "bbq2",
    ["label"] = "Large Barbecue",
    ["weight"] = 400,
    ["type"] = "item",
    ["image"] = "bbq2.png",
    ["unique"] = false,
    ["useable"] = true,
    ["shouldClose"] = false,
    ["combinable"] = nil,
    ["description"] = "Ideal barbecue for home."
},
["yemekd"] = {
    ["name"] = "yemekd",
    ["label"] = "Food Stall",
    ["weight"] = 400,
    ["type"] = "item",
    ["image"] = "yemekd.png",
    ["unique"] = false,
    ["useable"] = true,
    ["shouldClose"] = false,
    ["combinable"] = nil,
    ["description"] = "Portable food stall."
},
["cadir"] = {
    ["name"] = "cadir",
    ["label"] = "Camping Tent",
    ["weight"] = 400,
    ["type"] = "item",
    ["image"] = "cadir.png",
    ["unique"] = false,
    ["useable"] = true,
    ["shouldClose"] = false,
    ["combinable"] = nil,
    ["description"] = "Camping equipment used as a shelter in nature."
},
["usandalye"] = {
    ["name"] = "usandalye",
    ["label"] = "Lounge Chair",
    ["weight"] = 400,
    ["type"] = "item",
    ["image"] = "usandalye.png",
    ["unique"] = false,
    ["useable"] = true,
    ["shouldClose"] = false,
    ["combinable"] = nil,
    ["description"] = "A type of portable chair or bed that we can lie on and adjust our lying position."
},
["kamp"] = {
    ["name"] = "kamp",
    ["label"] = "Campfire",
    ["weight"] = 400,
    ["type"] = "item",
    ["image"] = "kamp.png",
    ["unique"] = false,
    ["useable"] = true,
    ["shouldClose"] = false,
    ["combinable"] = nil,
    ["description"] = "A fire lit for heating and cooking at the accommodation site."
},
["karavan"] = {
    ["name"] = "karavan",
    ["label"] = "Caravan",
    ["weight"] = 400,
    ["type"] = "item",
    ["image"] = "karavan.png",
    ["unique"] = false,
    ["useable"] = true,
    ["shouldClose"] = false,
    ["combinable"] = nil,
    ["description"] = "A wheeled vehicle that people generally use as a shelter while on vacation, equipped with beds, tables, chairs, and other items, towed behind a car."
},

janiel-object\picture add qb-inventory/html/images

PreviousCamp ObjectNextCONFIGURATION FILE

Last updated 3 months ago

🏕️
🛠️