Installation
Dependencies
QBCore Framework qb-inventory (Custom inventory possible)
How to install
Drag the script in your folder, run the SQL player_drugs
Add the following item to yourinventory/data/items.lua
QBCore users to qbcore/shared/items.lua
Add the item image to your inventory/images
Create custom Weed Plants
This is an example how to create a custom Weed Plant.
Create the custom Weed Plant as a Item and add it to yourinventory/items.lua
"raw_purple_weed" is that what you get on harvesting. "purple_weed" is that what you get after proceeding the Weed Plant.
Add the new custom Weed Plant to your configuration.
You need "raw_purple_weed" to process "purple_weed"
Make sure to add the final item to the Sell list to sell it.
Last updated