Client Exports
Open ATM
local entity = 12345 -- replace with existing atm entity
exports['p_banking']:openATM(entity)Open Bank
exports['p_banking']:openBank()Open Invoice Menu
local targetId = 1 -- target id or nil [if nil, target id input will be enabled]
exports['p_banking']:openInvoiceMenu(targetId)Last updated