English | Русский
AMX Mod X plugin for Kart Racing.
Plays music in the background. Music plays randomly during the race. Audio files: https://www.dropbox.com/scl/fi/2592gy68lv5ocufsru9yw/kart_bgm.zip?rlkey=3y5wtqvuucc2rju3m6wa13y5m&dl=0
The player can turn the music on/off by entering the "say /bgm" command.
You can add your own music in the addons/amxmodx/data/kart_bgm.json file. The settings specify the path to the audio file in .mp3 format and its duration.
Music is enabled by default for the player. To disable music by default, comment out the line #define BGM_DEFAULT_ENABLED in the plugin code.
API is described in this file.