
Overview
BenzyMoney
Exports
Every export other resources can call, each with a ready-to-paste example. All money logic is server-authoritative and runs through the same validated engine, so the rules (positive whole amounts, sufficient funds, no overflow) always apply.
Events
Events you can listen to (react to money changes) and events you can trigger (a convenient alternative to the exports), each with a ready-to-paste example. All server events are plain TriggerEvent (server-side only) — clients can never reach the money-moving ones. In the examples, replace placeholder helpers like updateMyHud(...) with your own.
Integrations
Step-by-step, copy-paste guides for wiring BenzyMoney into other resources (HUDs, phones, shops, and more). Each entry says exactly what to paste and where, so setting it up — or re-doing it after a script update — is quick. More integrations get added here over time.