Scripts/resources/[standalone]/ox_lib/resource/vehicleProperties/server.lua

7 lines
241 B
Lua
Raw Normal View History

2024-12-30 10:15:34 +00:00
---@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