PLT Scripts
TEBEXDISCORDCFX TOPICS
  • 👋PLT Fivem Developments
  • 📜Scripts
    • 🪵Lumberjack JOBS
      • ℹ️Technical information
      • ⚙️Installation
    • 🚜Farmer Jobs v2
      • 🖥️Technical information
      • 💰Payment and Boss
      • 🔐Security and Webhoks
      • 🏚️Modelling
Powered by GitBook
On this page
  • 🧑‍🌾 Job Phases
  • 🚜 Vehicle Rental System
  • 🌾 Field and Row System
  1. Scripts

Farmer Jobs v2

A detailed farming system for FiveM roleplay servers. Players can perform | Planting → Harvesting → Baling → Bale Collection → Storage | based on field availability.

PreviousInstallationNextTechnical information

Last updated 13 days ago


🧑‍🌾 Job Phases

1

2

3

4

5


🚜 Vehicle Rental System

To start working, players must rent a tractor, planter, harvester, baler, bale trailer, or forklift. A deposit is charged during the rental process and refunded if the vehicle is returned properly.

If the player leaves the server, disconnects, or moves too far away from the vehicle, the rental is automatically cancelled. In such cases, the vehicle is deleted and the deposit is not refunded.

When a vehicle is first rented, a rental fee is also charged. As the rental time progresses, the system continues to charge rental fees automatically.

These two systems ensure that players do not occupy vehicles unnecessarily and help maintain balanced server resource usage.


🌾 Field and Row System

This system is designed with a farm management logic in mind. Players work on the farm and receive payment for each completed task. They are free to choose any stage they want, work as much as they like, and stop whenever they wish.

Fields operate based on a row system. Once a player starts working on a row, they are required to complete it entirely. Each row consists of multiple parcels, and each parcel is prepared to contain a crop object. When a player finishes a row, they are automatically paid based on the number of parcels completed.

The farming process is divided into the following stages: Planting → Harvesting → Baling → Bale Collection → Bale Storage Players can participate in any of these stages independently. Each stage involves a different rented vehicle, used in a realistic manner.

All stages are independent but support collaboration. For example, one player can plant a field, another can harvest it, a third can handle baling, someone else can collect the bales, and finally, another player can transport them to storage. This allows the farming process to be completed in sequence by multiple players.

This system encourages teamwork and allows the farming workflow to be dynamically distributed among players.

Players must rent a tractor before they can rent a planter, baler, or bale trailer.

Seeding with Planter

Players rent a planter using their rented tractor and head to available farmland to begin planting. The seed tank of the planter has a limited capacity. When it runs out, players must refill it at the seed silo. Before completing the job and returning the planter, the tank must be refilled.

Harvesting with Harvester

Players rent a harvester and head to harvest-ready fields to begin working. The harvester's tank has limited capacity; when it becomes full, they must return to the center and unload it into the silo. To complete the job, the tank must be emptied before returning the vehicle.

Baling with Round Baler

Oyuncular kiralamış oldukları traktörle bir balyalama makinası kiralarlar. Balyalama yapmaya hazır araziye gidip çalışırlar. Balyalama makinasını teslim ederek işi sonlandırırlar.

Collecting Bales with Trailer

Players use their rented tractor to rent a baler and head to a field ready for baling. They begin working and complete the job by returning the baler.

Storing Bales with Forklift

Players rent a forklift to transport bales from the trailers to the storage area. They complete the job by returning the forklift.

📜
🚜