Registering transactions

From Server Side

TriggerClientEvent('brutal_banking:client:AddTransaction', source, amount, type, label)

From Client Side

TriggerEvent('brutal_banking:client:AddTransaction', amount, type, label)

Variables:

  • amount = 1000

  • type = 'add' / 'remove'

  • label = 'Custom Label'

Last updated