Skip to content

KBFSantos/Fivem-Advanced-Trash-Collector-Job-VRP2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 

Repository files navigation

Fivem Advanced Trash Collector Job (VRP2)

Using VRP2 framework

VRP2 Documentation

Features

  • ✅ Work with Friends: It's possible for 4 players to work simultaneously on one truck, rewarding all players for dumping the garbage.
  • ✅ Smooth Animations: This script uses a good set of animations with smooth transitions.
  • ✅ Global Cooldown System: Each garbage can collected has a cooldown before another player can collect it. Due to GTA's rendering system in FiveM, object instances change based on distance, making it difficult to store cooldown times on objects. This script dynamically stores the cooldown time of each collected dump, affecting all players on the server.
  • ✅ Dynamic Collection System: All dumps on the map are automatically identified and added to this script, without the need for any manual work.
  • ✅ Uniform System: To start the job, the player needs to wear a predefined uniform set that currently includes the standard garbage collector's outfit, and it automatically adjusts for the character's sex.
  • ✅ Garage system: This script has its own garage system without needing any additional dependencies for vehicles.
  • ✅ Random Item Chance: It's possible to set a random chance of finding an item while collecting garbage.
  • ✅ Safe Communication: Using VRP Tunnel for server communications in essential functions helps prevent hacker exploitation through triggers, which can, for example, mitigate money hacks.

Dependencies

It's necessary to use the Qtarget to interact with the objects

About

Trash Collector Job For VRP2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages