ESX Job Garages

ezgif-2-46e155b2f6

Introducing the FiveM Job Garages Script:

Features:

  • 0.0 ms idle time for lightning-fast performance.
  • Users can attach images to their vehicles for customization.
  • Automatic vehicle status display in the menu.
  • An easy-to-use interface for seamless navigation.
  • Multiple Jobs.
  • Multiple garages per job!

Experience the future of FiveM server management with our script!

For any help feel free to dm me on discord kyle337

:video_camera: Script Preview
:file_folder: Get It Now (you decide how much to pay!)

Code is accessible only config.lua
Subscription-based No
Lines (approximately) 400
Requirements esx, ox_lib
Support Yes

Config Preview

1 Like
  • Free releases: Releases that are released for free must contain a download other than Tebex (such as a direct download or GitHub). You may include a Tebex link but it must not be the only download.

edited :smiley:

Are we of the same mind? hahahaha :joy:

1 Like

what ahahahah, u done the same stuff? XDXD

yes, there are similarities in our scripts, no problem, I’ll post it anyway.

1 Like

Update 1.1

  • Added a command that should be used when you lose the car so the user will be able to use get the car again
  • Added a quick check to see if there is any vehicles on the spawn point to avoid a mess.
    :video_camera:Preview Here

The livery an extra doesn’t appears ? do you know why ?

Hi there,

I’m currently using the Realistic Vehicle Keys System from this script. However, I’m facing an issue where I cannot seem to get the keys for the vehicles.

I’ve followed the instructions and integrated the script into my server, but every time I try to generate the keys, I receive an error stating that the vehicle plate is null or empty. Here’s a snippet of my configuration and function setup:

Config.VehKey = {
    givekey = function(vehicle)
        local plate = GetVehicleNumberPlateText(vehicle)
        if plate then
            print("Transmission de la plaque à generateVehicleKeys: " .. plate)
            TriggerServerEvent('F_RealCarKeysSystem:generateVehicleKeys', plate)
        else
            print("Erreur: La plaque est nulle ou vide.")
        end
    end,
    removekey = function(plate)
        if plate then
            print("Transmission de la plaque à removeVehicleKeysByPlate: " .. plate)
            TriggerServerEvent('F_RealCarKeysSystem:removeVehicleKeysByPlate', plate)
        else
            print("Erreur: La plaque est nulle ou vide.")
        end
    end
}

Despite ensuring the vehicle entity exists and waiting for initialization, I still encounter this issue. Can you provide any insights or suggestions on what might be causing this problem and how to resolve it?

Thank you for your help!

Hi there, i pushed an update fix for this, please download the asset again!

1 Like

Thank you !