Bank Audit System - zo_audit

A Fivem resource for investigative agencies like FIB/CID. Currently set to be controlled via judges (with an approved warrant of course)

If you’re looking to track down illegal money transfers or wondering how a certain person always has a large sum of money flowing through them this is the tool for you.

The config lets you customize locations, jobs, and more.

I’m new to creating resources so if something is pants-on-head silly please let me know.

Download: GitHub
Preview: Youtube

No errors on the NUI console during use

The results of the Pastee upload

Code is accessible Yes
Subscription-based No
Lines (approximately) 650
Requirements ox_lib, ox_mysql, qbcore
Support Yes
5 Likes

Great idea, I have actually never seen this before. Would it be possible to add support for ESX please?

is not showing anything for me!
is it the problem I’m using renew bank?

Looks good, good opportunities with this

Yes, probably. This was made using the database format of just plain qb-bank.

I’ll see if it’s possible to have it work with that too.

1 Like

I’m new to fivem modding and haven’t used esx yet. I’m sure it’s probably very similar so I imagine it should be pretty simple to convert.

The only qbcore related things in this are target, the bank database structure query, command, and an alert.

o nice

So I looked at the SQL that Renew uses and they added a new table called ‘player_transactions’ and have their bank data go in there. That’s why this doesn’t work on your server.

You could probably make a few changes and it should start working with that.

you say it like it easy :smiley:

Hey! Really interesting release !

You should def make it ESX compatible as well.

Will try to do that on my own and see if I can get it sorted out :slight_smile:

Other than that good job.

So I converted it to ESX but got issue with the NUI for some reason now.

Request failed with status code 404 (/nui/script.js:209)

And Full error object: [object Object] (/nui/script.js:210)

That seems like there is a problem with the close button. I was taking a look at the ESX layout and several things need to change for everything to work… The DB query, which variables are sent, the layout of the data grid, and targeting.

Might be why then lol

You think you can do it ? Or will I need to figure it out

Just to know if I should give more time to the script or not

can you make it compactible with pefcl please

I won’t be able to convert this to ESX anytime soon.

Sorry, it’s only designed with QB-Bank at the moment. Many things would have to change to make it for another banking system.

Does this work with ps-banking?

It was built for QB Banking. You can probably make some minor changes to get it to work with another system.