A modern, optimized, and fully configurable Money Wash system for FiveM (ESX Legacy) featuring advanced UI, admin panel, tax system, and ownership mechanics.
๐ฆ Features
- ๐ฐ Convert โdirty moneyโ โ clean cash
- ๐ฒ Random tax system
- Civilians: configurable (e.g. 25%โ35%)
- Owner: separate % (profit cut)
- ๐ฎ Police can also wash money (configurable access / roleplay support)
- ๐ข Business ownership system
- ๐ Admin panel (NUI)
- ๐ Custom notifications (NUI supported)
- ๐ Access control (job / license based)
- ๐ก Discord webhook logs
- โก Optimized (no unnecessary loops)
- ๐จ Modern UI (clean / glass design)
๐งฐ Requirements
Before installation, make sure you have:
- [es_extended (ESX Legacy)]
- [oxmysql]
- [ox_inventory] (if using item-based system)
- [ox_lib] (optional, for UI / notifications)
๐ฅ Installation
1. Copy Resource
Move the moneywash folder into:
resources/[local]/moneywash
2. Import SQL
Open:
moneywash/sql/moneywash.sql
Import it into your database using phpMyAdmin or HeidiSQL.
3. server.cfg
Add:
ensure moneywash
4. Configuration
Open:
configs/cfg_main.lua
Here you can configure:
- ๐ธ Tax (%)
- ๐ Locations
- ๐ฎ Access (job / license)
- โฑ Cooldown
- ๐ฐ Min/Max wash amount
- ๐ข Ownership system
5. Webhook (optional)
File:
core/server/webhook.lua
Add your Discord webhook:
Config.Webhook = "https://discord.com/api/webhooks/XXXX"