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 can I change the minigames?
If not using Terminal commands for keyfob/trackers you can replace the minigames in
client/editable/_minigames.luaIf using Terminal commands, go to
client/editable/terminal.luaand 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.luaand change Config.CryptoAccount to your desired account name.Change the account label for notifications in
av_boosting/config/lang.lua > crypto_labelChange the account label for UI in
av_boosting/ui/dist/locales/en.json > account_name
I will regularly expand this section with new FAQs based on community feedback. If you think something is missing feel free to ask or report it in the Discord support channel 😄
Last updated