[ESX] [FREE] Gardener Minijob with Level System

:bookmark_tabs: Information

We are now giving to you: a free gardener minijob with a level and experience system. You can pull out weed, care about trees or do some mowing.

:eyes: Showcase

YouTube | Config | Docs

:bulb: Features

  • Pull out weed
  • Care about trees
  • Do some mowing
  • level and experience system
  • uses animations
  • Extremely configurable
  • Good performance
  • Open-Source

:bar_chart: Resmon

Idle 0.00ms
Peak 0.05ms

:open_file_folder: Requirements

  • es_extended
  • ox_lib
  • oxmysql

:money_with_wings: Download for FREE

:white_check_mark: Other Scripts

16 Likes

nice script

nice work :heart:

There is currently a known issue with the Blips, we try to resolve it till tomorrow. Thanks for your patience.

:open_file_folder: Update Launched v1.1

  • Fixed an issue that leads to a permanent route to the depot blip on the map.
1 Like

This script is a nice work respect man

Any chance you can make this qb compatible? :slight_smile: Would love to use this!

1 Like

Join on that QB support would be awesome or some type of bridge :slight_smile:

I will take a look at qbcore!

2 Likes

If you want I can help :slight_smile:

good script, but 0 security.

Kann einer Helfen SQL ist in der DB drin?

SCRIPT ERROR: citizen:/scripting/lua/scheduler.lua:739: SCRIPT ERROR: @rlo_gardener/server/sv_main.lua:6: rlo_gardener was unable to execute a query!
00:02:56 [ script:es_extended] Query: INSERT INTO skills_gardening (identifier) VALUES (?)
00:02:56 [ script:es_extended] [β€œ3de96ea089e7ec42e904f8c1c728591aeaf1568b”]
00:02:56 [ script:es_extended] Duplicate entry β€˜3de96ea089e7ec42e904f8c1c728591aeaf1568b’ for key β€˜PRIMARY’
00:02:56 [ script:es_extended] > ref (@rlo_gardener/server/sv_main.lua:6)
00:02:56 [ script:es_extended] > logError (@oxmysql/dist/build.js:25870)
00:02:56 [ script:es_extended] > rawQuery (@oxmysql/dist/build.js:26053)
00:02:56 [ script:es_extended] > processTicksAndRejections (node:internal/process/task_queues:96)
00:02:56 [ script:es_extended]
00:02:56 [ script:es_extended] > handler (@es_extended/server/modules/callback.lua:19)
00:02:56 [ script:es_extended] > logError (@oxmysql/dist/build.js:25870)
00:02:56 [ script:es_extended] > rawQuery (@oxmysql/dist/build.js:26053)
00:02:56 [ script:es_extended] > processTicksAndRejections (node:internal/process/task_queues:96)

Run this:

CREATE TABLE IF NOT EXISTS skills_gardening (
    identifier VARCHAR(255) NOT NULL,
    skill_level INT DEFAULT 0,
    experience INT DEFAULT 0,
    PRIMARY KEY (identifier)
);

It should work unless you didn’t configure the database correctly.
Hope it helps