We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e2bb54 commit 6b51217Copy full SHA for 6b51217
modules/bridge/ox/server.lua
@@ -59,5 +59,5 @@ end
59
---@return number | string
60
---@diagnostic disable-next-line: duplicate-set-field
61
function server.getOwnedVehicleId(entityId)
62
- return Ox.GetVehicle(entityId)?.id
+ return Ox.GetVehicleFromEntity(entityId)?.id
63
end
0 commit comments