Server Callbacks
All Server Callbacks for msk_banking
hasBankcard
local hasBankcard = MSK.Trigger('msk_banking:hasBankcard')getMainAccount
local mainAccount = MSK.Trigger('msk_banking:getMainAccount')getSecondAccount
local secondAccount = MSK.Trigger('msk_banking:getSecondAccount')getSocietyAccounts
local societyAccount = MSK.Trigger('msk_banking:getSocietyAccounts', 'police')
--[[
societyAccount.identifier -- 'police'
societyAccount.bank -- 5035
societyAccount.iban -- 'SALSPD'
societyAccount.name -- 'society_police'
societyAccount.label -- 'LSPD'
]]getPIN
getInvestment
Last updated