[QBCore - ESX] Trygon Garage | Advanced Garage System | Easy Configuration


TrygonGarageGif


damage record

Preview
Tebex (OpenSource - Escrow)

Code is accessible No
Subscription-based No
Lines (approximately) 1200+
Requirements ESX or QBCore
Support Yes
2 Likes

ido you have impound system? and if u save a car with damage on the tires, the damage will save?

There is a lien system and we can arrange vehicle damages the way you want

sorry but what is lien system ?

lien system If the vehicle is wiped out by the police or if the vehicle disappears from the world for any reason, it will be sent to the impound garage

Update: If there is a vehicle at the spawn location, the vehicle will spawn at the next designated location.
(there is no limit on the number of designated locations and you can add as many as you want)

Old;

VehSpawnPos = vector4(127.67, 6590.31, 31.4, 267.53),

New;

VehSpawnPos = {
    [1] = vector4(127.67, 6590.31, 31.4, 267.53),
    [2] = vector4(132.97, 6585.3, 31.54, 273.22)
},

Update: The notify message that will be sent when all vehicle spawn areas are full.

CarNotSpawnNotift = function()
    print('All designated locations are full.')
end,