Optional Configuration
This section explains how the built-in features work and, if needed, how to make them compatible with other resources.
Deformation Vehicle
Config.compatibility = {-- all script in directory modules/... can adjust as you need
-- options dependency : kimikaze (https://github.com/Kiminaze/VehicleDeformation)
["deformation"] = "kiminaze"
}
Config.Deformation = true -- options : true | falseBoat, Helicopter & Plane Garages
Private Or Jobs Garages
Property Garages
local propertyId = "house_1" -- example property id
TriggerEvent("inf_garage:client:parkVehicle", propertyId)local propertyId = "house_1" -- example property id
TriggerEvent("inf_garage:client:openGarage", garageName)local propertyId = "house_1" -- example property id
TriggerClientEvent("inf_garage:client:parkVehicle", source, propertyId)local propertyId = "house_1" -- example property id
TriggerClientEvent("inf_garage:client:openGarage", source, garageName)Last updated