🧰Functions
The function created by exports is to make it easier for you to use several functions in kc_garage
👮 Job Impound
exports['kc_garage']:JobsImpound(ImpoundName, Vehicle, Identifier)Code Block
Value
Explanation
Example:
RegisterCommand('JobsImpound', function()
local playerCoords = GetEntityCoords(PlayerPedId())
local vehicle = GetClosestVehicle(playerCoords, 5.0)
local playerData = ESX.GetPlayerData()
exports['kc_garage']:JobsImpound('JobsImpound', vehicle, playerData.identifier)
end)🅿️ Get Parking Zone
exports['kc_garage']:IsParkingZone()Example:
🗒️ Get Garage Name
Code Block
Value
Explanation
Example for find garages name:
Example for find impounds name:
Last updated