FAQ

chevron-rightHow do I give players the keys after they unlock a vehicle?hashtag

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

chevron-rightHow do I set the fuel level for a vehicle?hashtag

boosting/client/editable/_functions.lua > setFuel

chevron-rightHow can I change the minigames?hashtag
  • 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

chevron-rightHow are vehicle classes calculated?hashtag

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

chevron-rightI don't want to use Cosmo as payment method.hashtag
  • 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

circle-check

Last updated