RemoveKeys

local Bridge = exports.community_bridge:Bridge()

---This will remove keys from the specifed vehicle/plate.
---@param vehicle number The vehicle entity ID.
---@param plate string The plate of the vehicle.
---@return boolean | nil

Bridge.VehicleKey.RemoveKeys(vehicle, plate)

Last updated