For the complete documentation index, see llms.txt. This page is also available as Markdown.

FAQ

How do I give players the keys after they unlock a vehicle?

Add your vehicle keys export in boosting/client/editable/_functions.lua > addKeys

How do I set the fuel level for a vehicle?

boosting/client/editable/_functions.lua > setFuel

How can I change the minigames?
  • If not using Terminal commands for keyfob/trackers you can replace the minigames in client/editable/_minigames.lua

  • If using Terminal commands, go to client/editable/terminal.lua and replace actions in line 65 and 159 with your external action, make sure to read and understand how terminal actions works: Action Properties

How are vehicle classes calculated?

You can find the getClass function in av_laptop/client/editable/vehicle_classes.lua every line of code is explained.

I don't want to use Cosmo as payment method.
  • Go to av_boosting/server/editable/_config.lua and change Config.CryptoAccount to your desired account name.

  • Change the account label for notifications in av_boosting/config/lang.lua > crypto_label

  • Change the account label for UI in av_boosting/ui/dist/locales/en.json > account_name

Last updated