want to add transaction
SmaDababaXor opened this issue · 2 comments
SmaDababaXor commented
i want to add transactions for example when buying a vehicle and removes the money from bank it will say
Message
Bought vehicle T20 for 10,000$
is there a trigger for that?
ImpulseFPS commented
exports['simple-banking']:AddTransaction(source, sAccount, iAmount, sType, sReceiver, sMessage)
SmaDababaXor commented
thanks