Server Exports
towVehicle
---@param {*netId: number}: Vehicle ID or Network ID of entity
---@param {*plate: string}: License plate number
---@param {*impoundId: string}: Impound ID (by default are 'Impound1'/'ImpoundBoat'/'ImpoundPlane'/'ImpoundHeli'/'ImpoundPolice')
---@param {fine: string}: Towing fine title [Not required]
---@param {fine_amount: number}: Towing fine amount [Not required]
---@param {*towedBy: string}: Name of who towed
exports["vms_garagesv2"]:towVehicle(
netId,
plate,
impoundId,
fine,
fine_amount,
towedBy
)giveVehicle
deleteVehicle
vehiclePersistence
updateParkedVehiclePlate
isInInterior
getCompanyMoney
addCompanyMoney
removeCompanyMoney
getGarageInfo
registerHousingGarage
refreshVehicles
Last updated