Scripts/resources/[standalone]/ox_lib/resource/vehicleProperties/server.lua
2024-12-30 11:15:34 +01:00

7 lines
241 B
Lua

---@param vehicle number
---@param props VehicleProperties
---@diagnostic disable-next-line: duplicate-set-field
function lib.setVehicleProperties(vehicle, props)
Entity(vehicle).state:set('ox_lib:setVehicleProperties', props, true)
end