UpdateTransactionData
TriggerEvent Syntax
TriggerEvent("viority_hud:client:UpdateTransactionData", securitytoken, account, isnegative, amount)
PARAMETER
- SecurityToken (STRING) -> EventWhitelist in ViorityCore
- Account (STRING) -> "money" or "bank"?
- IsNegative (BOOL) -> Is the amount negative -> true or false
- Amount (INT) -> How much?
warning
This Event is only available on client side!
Example TriggerEvent
TriggerEvent("viority_hud:client:UpdateTransactionData", "SECURITYTOKEN", "money", false, 25000)