Installation

Requirements

  • es_extended or qb-core

  • oxmysql or mysql-async

  • ox_target or qb-target

  • ox_inventory or qb-inventory

Install

  • Extract the [RipWeedPlants] folder.

  • Place it into the resources folder in your server.

  • Add this to your server.cfg. ensure [RipWeedPlants]

  • Go to this file and import it into your database. ([RipWeedPlants]\data\data in english\RipWeedPlants.sql)

  • Add the items to your inventory.

--rip weed items--
["amnesia_seed"] = {
	label = "Amnesia seed",
	weight = 10,
	stack = true,
	close = true,
	description = 'Amnesia weed seed',
},

["purple_haze_seed"] = {
	label = "Purple haze seed",
	weight = 10,
	stack = true,
	close = true,
	description = 'Purple haze weed seed',
},

["super_silver_haze_seed"] = {
	label = "Super silver haze seed",
	weight = 10,
	stack = true,
	close = true,
	description = 'Super silver haze weed seed',
},

["water_can"] = {
	label = "Water Can",
	weight = 1000,
	stack = true,
	close = true,
	description = 'Water used to water plants',
},

["fertilizer"] = {
	label = "Fertilizer",
	weight = 1000,
	stack = true,
	close = true,
	description = 'Fertilizer used for plants',
},

["plant_pot"] = {
	label = "Plant pot",
	weight = 30,
	stack = true,
	close = true,
	description = 'Pot used to grow plants',
},

["amnesia"] = {
	label = "Amnesia",
	weight = 1000,
	stack = true,
	close = true,
	description = 'Amnesia weed',
},

["purple_haze"] = {
	label = "Purple Haze",
	weight = 1000,
	stack = true,
	close = true,
	description = 'Purple haze weed',
},

["super_silver_haze"] = {
	label = "Super Silver Haze",
	weight = 1000,
	stack = true,
	close = true,
	description = 'Super silver haze weed',
},	

["empty_weed_bag"] = {
	label = "Plastic Bag",
	weight = 15,
	stack = true,
	close = true,
	description = 'Plastic bag',
},

["soil_bag"] = {
	label = "Soil Bag",
	weight = 1000,
	stack = true,
	close = true,
	description = 'Soil bag used to grow plants',
},

["amnesia_bag"] = {
	label = "Amnesia Bag",
	weight = 1000,
	stack = true,
	close = true,
	description = 'Amnesia weed bag',
},

["purple_haze_bag"] = {
	label = "Purple Haze Bag",
	weight = 1000,
	stack = true,
	close = true,
	description = 'Purple haze weed bag',
},

["super_silver_haze_bag"] = {
	label = "Super Silver Haze Bag",
	weight = 1000,
	stack = true,
	close = true,
	description = 'Super silver haze weed bag',
},

["lighter"] = {
	label = "Lighter",
	weight = 100,
	stack = true,
	close = true,
	description = 'Lighter',
},
  • Add the images from this folder to your inventory. ([RipWeedPlants]\data\data in english\images)

  • Modify (config.lua) file to suit your needs. there you will find all instructions.

  • restart your server.

Last updated