[PAID][ESX] Rent a Car - Limited time service

rent

Script to create a car rental service on your server.
Fully configurable.
With this script you will be able to allow users to rent vehicles for a period of time. Once the time is over the vehicle will be removed.

Support is free via Discord
Any doubt or request for change/adaptation should be directed to me through the discord
Reselling is totally forbidden

Dependencies:
ESX (soon available for qb)
Mystic-Notify (GitHub - izMystic/mystic-notify: A standalone FiveM notification resource)

Webhook Discord:
webhook

Config file:
config

VIDEO:

BUY:
TEBEX

more scripts:
-BattlePass
-Clothing Shop
-KillerJob
-FreeDoctor

3 Likes

Dont Work dont buy it if you use LEGACY Seller is not able to Support

OR you could learn a bit more about coding and know that you can simply change the first few lines of spawn.lua to this:

if Config.Framework == “esx” then
ESX = exports[“es_extended”]:getSharedObject()
elseif Config.Framework == “qb” then
QBCore = exports[Config.Core]:GetCoreObject()
else
print (“Unrecognized framework”)
end

and it will work perfectly