Installation

Requirements

Installation

  1. Download the latest script on keymaster.fivem & unzip yeva_plantfarm

  2. Drag script into your resources folder, for example on [qb] or [esx_addons] folder.

  3. Add Items into you Inventory Scripts (check on downloaded file)

  4. Ensure yeva_plantfarm on you server config.

  5. Import sql.sql to your database server.

SQL File

CREATE TABLE `plant_farming` (
  `id` INT(11) NOT NULL AUTO_INCREMENT, 
  `player` VARCHAR(225) NULL DEFAULT NULL, 
  `level` INT(11) NULL DEFAULT '1', 
  `type` VARCHAR(50) NULL DEFAULT NULL, 
  `coord` LONGTEXT NULL DEFAULT NULL, 
  `metadata` LONGTEXT NULL DEFAULT NULL, 
  PRIMARY KEY (`id`)
);

Last updated