Server Exports
updatePaychecks
---@param {src: number}: player id
---@param {amount: number}: The monetary amount to be adjusted in the player's paycheck
---@param {action: string}: Specifies the action to take — either 'add' to increase or 'remove' to decrease the paycheck amount.
exports['vms_cityhall']:updatePaychecks(src, amount, action)getHealthInsurance
---@param {src: number}: player id
---@return {isInsured: boolean}
---@return {timestamp: number}: time until which it is insured
local isInsured, timestamp = exports['vms_cityhall']:getHealthInsurance(src)addHealthInsurance
getVehicleInsurance
addVehicleInsurance
giveBill
suspenseLicense
reinstateLicense
isLicenseSuspended
getPenaltyPoints
addPenaltyPoints
removePenaltyPoints
resetPenaltyPoints
setResumeAllowed
getJobResumes
getJobTaxes
getTaxAmount
addPlayerTaxToPay
addPlayerCustomTaxToPay
addCompanyTaxAmount
addCompanyCustomTaxAmount
addCompanyFlatTaxAmount
registerBusinessTaxAccount
getCompanyMoney
addCompanyMoney
removeCompanyMoney
GenerateSSN
GenerateVIN
Last updated