overextended / ox_core

Player and vehicle management and persistence for FiveM.
https://overextended.dev/ox_core
GNU Lesser General Public License v3.0
152 stars 124 forks source link

feat(accounts/transactions): add transactions stuff #125

Closed CeebDev closed 7 months ago

CeebDev commented 7 months ago

This PR implements basics transactions logs in db to retrieves transactions in ox_banking https://github.com/overextended/ox_banking/pull/7

Ex : exports.ox_core:AddAccountBalance(account.id, 450, "Salary") exports.ox_core:RemoveAccountBalance(account.id, 350000, false, "Premium Deluxe Motorsport")