Skip to content

Economy API

The Economy API allows your scripts to interact with the game's economy system, including accessing and manipulating the player's money, both cash and online balance, creating transactions, and modifying certain game economy rules.

Implementation Status: Partially implemented. Basic economy functions are available.

Available Functions

Money Management

Transactions

ATM Management

Examples

See the Economy Examples page for practical examples of using the Economy API in your scripts.

Limitations

  • Changes to the player's bank balance via the API won't be reflected in the game's UI until an ATM is interacted with or other game events update the UI.
  • Transaction history is tracked internally but not currently exposed via the API.

Coming Soon

  • Transaction history access
  • Store price manipulation
  • Economic event hooks

Released as Beta Software under the GPL-3.0 License.