Client Exports

Here you will find the list of usable exports for Banking, you can use them if you have basic or advanced programming knowledge, we do not recommend using these if you do not have such knowledge.


Open ATM

Use following export to open ATM

local entity = 12345 -- replace with existing atm entity
exports['p_banking']:openATM(entity)

Open Bank

Use following export to open Bank

exports['p_banking']:openBank()

Open Invoice Menu

Use following export to 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