Unique Studio Documentation
Explore Our Store!Join our Discord!
  • 🔸Introduction
    • 👋Welcome
  • 🔸SEASON SERIES
    • 🎄XMAS Calendar
      • 🛠️Installation
      • ⚙️Configuration
        • Config Files
        • Locales
      • 📬Changelogs
  • 🔸BASIC SERIES
    • ⌛Loadingscreen
      • 🛠️Installation
      • ⚙️Configuration
        • Config Files
      • 📬Changelogs
    • 💎HUD
      • 🛠️Installation
      • ⚙️Configuration
        • Config Files
        • Locales
        • Replacements
      • 📬Changelogs
    • 🏥Revivestations
      • 🛠️Installation
      • ⚙️Configuration
        • Config Files
        • Locales
      • 📬Changelogs
    • 🗑️Dumpsters
      • 🛠️Installation
      • ⚙️Configuration
        • Config Files
        • Locales
      • 📬Changelogs
    • ✈️Lootdrops
      • 🛠️Installation
      • ⚙️Configuration
        • Config Files
        • Locales
      • 📬Changelogs
    • 🔫FFA
      • 🛠️Installation
      • ⚙️Configuration
        • Config Files
        • Exports
        • Locales
      • 📬Changelogs
    • ☠️Deathscreen
      • 🛠️Installation
      • ⚙️Configuration
        • Config Files
        • Locales
      • 📬Changelogs
    • 📢Promotion
      • 🛠️Installation
      • ⚙️Configuration
        • Config Files
        • Locales
      • 📬Changelogs
    • 🛬Immigration
      • 🛠️Installation
      • ⚙️Configuration
        • Config Files
        • Locales
      • 📬Changelogs
    • 📲Numberchange
      • 🛠️Installation
      • ⚙️Configuration
        • Config Files
        • Locales
      • 📬Changelogs
  • 🔸X SERIES
    • 🛠️Craftingstations
      • 🛠️Installation
      • ⚙️Configuration
        • Config Files
        • Locales
      • 📬Changelogs
    • ✏️Namechange
      • 🛠️Installation
      • ⚙️Configuration
        • Config Files
        • Locales
      • 📬Changelogs
    • 🪪Identity
      • 🛠️Installation
      • ⚙️Configuration
        • Config Files
        • Locales
      • 📬Changelogs
    • 📢Lifeinvader
      • 🛠️Installation
      • ⚙️Configuration
        • Config Files
        • Locales
      • 📬Changelogs
    • 💲Moneywash
      • 🛠️Installation
      • ⚙️Configuration
        • Config Files
        • Locales
      • 📬Changelogs
    • 👨‍🌾Farmerjob
      • 🛠️Installation
      • ⚙️Configuration
        • Config Files
        • Locales
      • 📬Changelogs
    • 👷Jobcenter
      • 🛠️Installation
      • ⚙️Configuration
        • Config Files
        • Locales
      • 📬Changelogs
    • 👉Helpnotify
      • 🛠️Installation
      • ⚙️Configuration
        • Config Files
        • Exports
      • 📬Changelogs
    • ⚙️Progressbar
      • 🛠️Installation
      • ⚙️Configuration
        • Config Files
        • Exports / Trigger
      • 📬Changelogs
Powered by GitBook
On this page
  • 1. Download
  • 2. Dependencies & Requirements
  • 3. Configuration
  1. X SERIES
  2. Farmerjob

Installation

PreviousFarmerjobNextConfiguration

Last updated 3 months ago

If you still encounter issues after completing this tutorial, we kindly ask you to review each step again to ensure everything has been followed correctly. If you're confident that all steps were completed properly and the issue persists, feel free to open a ticket on our . Our team will be happy to help you.


1. Download

In the following section, you will find all the information about downloading our resources:


2. Dependencies & Requirements

Resources

You need
Official Download Links

ESX Legacy or QBCore

oxmysql or mysql-async

Database / Items

INSERT INTO `items` (name, label, `weight`) VALUES

  -- [TOOLS]
	('basket', 'Basket', 1),
  ('bucket', 'Bucket', 1),
  ('deerfood', 'Deerfood', 1),
  -- [TOOLS]

  -- [ITEMS]
  ('egg', 'Egg', 1),
  ('milk', 'Milk', 1);
  -- [ITEMS]
basket = {name = 'basket', label = 'Basket', weight = 1000, type = 'item', image = 'yourimg.png', unique = false, useable = false, shouldClose = false, combinable = nil, description = 'Basket.'},
bucket = {name = 'bucket', label = 'Bucket', weight = 1000, type = 'item', image = 'yourimg.png', unique = false, useable = false, shouldClose = false, combinable = nil, description = 'Bucket.' },
deerfood = {name = 'deerfood', label = 'Deerfood', weight = 1000, type = 'item', image = 'yourimg.png', unique = false, useable = false, shouldClose = false, combinable = nil, description = 'Deerfood.'},
egg = {name = 'egg', label = 'Egg', weight = 1000, type = 'item', image = 'yourimg.png', unique = false, useable = false, shouldClose = false, combinable = nil, description = 'Egg.'},
milk = {name = 'milk', label = 'Milk', weight = 1000, type = 'item', image = 'yourimg.png', unique = false, useable = false, shouldClose = false, combinable = nil, description = 'Milk.'},

3. Configuration

If you have successfully completed the installation, you can proceed with the configuration.

/

/

🔸
👨‍🌾
🛠️
ESX
QBCore
oxmysql
mysql-async
Discord
Basic Knowledge | UQ-Dev
Logo