Server Exports
getCompanyMoney
---@param {tuningId: string}: tuningId is the key of the tuning table
---@return number
local amount = exports["vms_tuning"]:getCompanyMoney(tuningId)addCompanyMoney
---@param {tuningId: string}: tuningId is the key of the tuning table
---@param {amount: number}: the amount to be added to the workshop safe
exports["vms_tuning"]:addCompanyMoney(tuningId, amount)removeCompanyMoney
---@param {tuningId: string}: tuningId is the key of the tuning table
---@param {amount: number}: the amount to be removed from the workshop safe
exports["vms_tuning"]:removeCompanyMoney(tuningId, amount)CreateDiscountCode
applyCustomMods
isHaveLocator
Last updated