Client Exports
REMEMBER ABOUT CLIENT SIDE AND SERVER SIDE IN CHOOSING EXPORT!
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