Dragon Heart Studios
  • Dragon Heart Studios Documentation
  • 🌉DHS-Bridge
  • ⚙️Compatibility
  • 📜Scripts
    • 🎣DHS-Fishing
      • Installation
      • Configuration
      • Integration
    • 🕑DHS-ZWatch
      • Installation
      • Configuration
    • 💰DHS-PettyCrime
      • Installation
      • Configuration
      • Integration
    • 🪓DHS-LumberJack
      • Installation
      • Configuration
      • Integration
    • 🏵️DHS-Peyote
      • Installation
    • 🚗DHS-Boosting
      • Installation
      • Configuration
      • Integration
    • 🦌DHS-Hunting
      • Installation
      • Configuration
      • Integration
    • 👮DHS-PrisonSim
      • Installation
      • Configuration
        • Clothing Config
        • Convoy Config
        • Door Lock Config
        • Entity Sets Config
        • Items Config
        • Jobs Config
        • Locations Config
        • Mugshot Config
        • Object Placer Config
        • Pathfinding Config
        • Peds Config
        • Prison Schedules Config
        • Props Config
        • Solitary Config
      • Integration
      • Exports and Commands
  • 🐝DHS-BrewsAndWines
    • Installation
    • Configuration
      • Beehive Config
      • Clothing Config
      • Delivery Config
      • Mead Config
      • Object Placer Config
      • Peds Config
      • Security Config
      • Wine Config
    • Integration
    • Mead and Wine Brewing
Powered by GitBook
On this page
  • DEPENDENCIES
  • RESOURCE INSTALLATION GUIDE
  1. Scripts
  2. DHS-Peyote

Installation

DEPENDENCIES

REQUIRED DEPENDENCIES

Type
Resource
Alternatives
Download

Framework

  • NA

  • Included in Bridge

Bridge

  • DHS-Bridge

  • NA

  • Included in Keymaster

Progressbar System

  • Handled By The Bridge

  • NA

  • Included in the Bridge

Notify System

  • Handled By The Bridge

  • NA

  • Included in the Bridge

RESOURCE INSTALLATION GUIDE

1) RESOURCE DOWNLOAD

Download your resource from FiveM's Keymaster.


2) ADD THE ITEMS

--Peyote Plants
["bluepeyoteplant"] 				 = {["name"] = "bluepeyoteplant", 			    		["label"] = "Odd Plant", 			["weight"] = 0, 		["type"] = "item", 		["image"] = "bluepeyote.png", 				["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	["description"] = "A Strange Looking Blue Flowered Plant"},
["pinkpeyoteplant"] 				 = {["name"] = "pinkpeyoteplant", 			    		["label"] = "Odd Plant", 			["weight"] = 0, 		["type"] = "item", 		["image"] = "pinkpeyote.png", 				["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	["description"] = "A Strange Looking Pink Flowered Plant"},
["yellowpeyoteplant"] 				 = {["name"] = "yellowpeyoteplant", 			    		["label"] = "Odd Plant", 			["weight"] = 0, 		["type"] = "item", 		["image"] = "yellowpeyote.png", 				["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	["description"] = "A Strange Looking Yellow Flowered Plant"},
["whitepeyoteplant"] 				 = {["name"] = "whitepeyoteplant", 			    		["label"] = "Odd Plant", 			["weight"] = 0, 		["type"] = "item", 		["image"] = "whitepeyote.png", 				["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	["description"] = "A Strange Looking White Flowered Plant"},
-- Peyote Plants
["bluepeyoteplant"] = {
    label = "Odd Plant",
    weight = 0,
    stack = true,
    close = true,
    description = "A Strange Looking Blue Flowered Plant",
    client = {
        image = "bluepeyote.png"
    }
},
["pinkpeyoteplant"] = {
    label = "Odd Plant",
    weight = 0,
    stack = true,
    close = true,
    description = "A Strange Looking Pink Flowered Plant",
    client = {
        image = "pinkpeyote.png"
    }
},
["yellowpeyoteplant"] = {
    label = "Odd Plant",
    weight = 0,
    stack = true,
    close = true,
    description = "A Strange Looking Yellow Flowered Plant",
    client = {
        image = "yellowpeyote.png"
    }
},
["whitepeyoteplant"] = {
    label = "Odd Plant",
    weight = 0,
    stack = true,
    close = true,
    description = "A Strange Looking White Flowered Plant",
    client = {
        image = "whitepeyote.png"
    }
}

3) ADD THE IMAGES TO YOUR INVENTORY

  • Open DHS-Peyote > images

  • Copy files from the folder and add them into your inventory image folder



4) INSTALL COMPLETE

The Install is now complete, you may move onto looking at the config.

PreviousDHS-PeyoteNextDHS-Boosting

Last updated 8 months ago

📜
🏵️
Compatibility