7 lines
241 B
Lua
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
|