Skip to content

4.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Dec 16:49
· 13 commits to main since this release

Dec 20th, 2024

  • Added RacingApp Crypto
  • Added option to delete individual race records
  • Added option to host races without notifying others
  • Added track creator name as searchable in track list
  • When creating the first user it's not automatically selected
  • Ox Core payment fixes
  • Rewritten Payment Logic
  • Removed Renewed Phone support
  • Fixes fixes and more fixes

Crypto - RAC

RacingApp now has a built in crypto system. This is tied directly to the racing users so you can have separate accounts for separate users.

The system replaces the use of Renewed Phone crypto, but leaves it open if your core supports crypto payments (should work by setting payment options to crypto for those) since RAC requires you to set it to racingcrypto.

You can buy, sell and transfer the crypto in the app by pressing the RAC in the topbar. Buying, Selling and Transferring can be disabled individually in the config.

You can customize the conversion rate between $ and RAC in the config. Selling has a fee on it, which can also be customized.

The Config has been heavily updated as the entire payment system was revamped so it's easier to control how and what money source is used for different areas so make sure to update this all accordingly :DinkDonk~1: All payment systems are now held in Config.Payments rather than being spread out.

By default the racing Crypto is named "RAC" but you can change it in the config.

RacingApp will never have a store or whatever, but if you want to use RAC to purchase from other scripts, there's instructions here on how to implement it.

✨ New Features

🐛 Bug Fixes

🔧 Chores