
[Summary]
A Modern & Optimize Vehicle Rental
The Ui Has Clean & Responsive
[Features]
- Show Rented Vehicle On Map With Blip
- Beautiful Log
- Full Config
- Good Ui/Ux
- Usage 0.00 MS
- Blip For All Station
- Can Add Vehicle & Station +99
- Open Source
- …
[Config]
Config
Config = {}
Config.FrameWork = 'Esx' -- Esx Or Qbus Or Custom
Config.EsxEventText = 'esx:getSharedObject' -- Default getSharedObject [ ESX ]
Config.QBusEventText = 'QBCore:GetObject' -- Default GetObject [ QBus ]
Config.RemoveMoney = 'Default' -- Default Or Custom
Config.Notification = 'Default' -- Default Or Custom
Config.VehBlip = 545 -- Select From https://docs.fivem.net/docs/game-references/blips/
Config.VehBlipColor = 4 -- Select From https://docs.fivem.net/docs/game-references/blips/
Config.VehBlipName = 'Rented Vehicle' -- Blip Name In Map
Config.GetRent = 1 -- Every Minute
Config.VehPrice = {
['neon'] = 120, -- Price Of Neon
['bf400'] = 450, -- Price Of Bf400
['neo'] = 345 -- Price Of Neo
}
Config.SendLog = true -- True Or False
Config.Stations = {
['Rent Station 1'] = {
Blip = {
Sprite = 289, -- Select From https://docs.fivem.net/docs/game-references/blips/
Display = 4, -- Select From https://docs.fivem.net/docs/game-references/blips/
Scale = 1.0, -- Size Of Blip
Colour = 38, -- Select From https://docs.fivem.net/docs/game-references/blips/
},
MarkerType = 36, -- Select From https://docs.fivem.net/docs/game-references/markers/
Pos = vector3(-389.77, 1189.65, 325.64), -- x , y , z
Vehs = {
['neon'] = 'neon.png', -- Spawn Car Name - Name In Cars Folder
},
},
}
Config.PriceIncrease = '~h~~b~The price of your invoice increased to ~g~' -- Invoice price increase time
Config.SuccessfulRent = '~h~~g~Successfully rented' -- When to Rent the car
Config.SuccessfulEndRent = '~h~~g~Successfully Delivery Car' -- When To Delivery The Car
Config.Pay = '~h~~g~You Pay : ~p~' -- When To Pay
Config.OpenText = 'Press ~INPUT_CONTEXT~ To Open Rent Menu' -- When In Marker
[Updates]
|
|
| Code is accessible |
Yes |
| Subscription-based |
No |
| Lines (approximately) |
UI ( 205 ) - LUA ( 380 ) |
| Requirements |
ESX / Custom / QB-Core |
| Support |
Yes |
Thank you for supporting me