Client Exports
openCityHall
Opening the city hall menu.
---@param {restrictions: table or nil}
exports['vms_cityhall']:openCityHall(restrictions)
openClerkMenu
Opening the clerk menu.
exports['vms_cityhall']:openClerkMenu()
openBillingsMenu
Opening the company's billing menu.
exports['vms_cityhall']:openBillingsMenu()
checkHealthInsurance
Opening the check helth insurance menu.
exports['vms_cityhall']:checkHealthInsurance()
openEmptyInvoice
exports['vms_cityhall']:openEmptyInvoice()
openEmptyTicket
exports['vms_cityhall']:openEmptyTicket()
openAgreement
exports['vms_cityhall']:openAgreement()
getTaxAmount
Calculates tax information on the specified amount.
---@param {amount: number}
---@param {tax: number or string}
---@return {totalAmount: number}
---@return {taxAmount: number}
---@return {taxPercentage: number}
local totalAmount, taxAmount, taxPercentage = exports['vms_cityhall']:getTaxAmount(amount, tax)
checkVIN
Check the VIN number, it will be visible on the windshield or as a notification.
exports['vms_cityhall']:checkVIN()
infoVIN
Menu to check vehicle information using VIN number
exports['vms_cityhall']:infoVIN()
hideVIN
Covering the VIN number, other players will not be able to check it until it is discovered.
exports['vms_cityhall']:hideVIN()
Last updated
Was this helpful?