UpdatePlate

local Bridge = exports.community_bridge:Bridge()

---This will update the plate to the vehicle inside the inventory. (It will also update with jg-mechanic if using it)
---@param oldplate string
---@param newplate string
---@return boolean
Bridge.Inventory.UpdatePlate(oldplate, newplate)

Last updated