MT Scripts Documentation

Configuration

Main config

config.lua is the Configuration file of the script

return {
    target = 'ox_target', -- ox_target, interact or qb-target

    speakers = {
        low_speaker = { prop = 'prop_boombox_01', maxVol = 30, maxDist = 20 },
        medium_speaker = { prop = 'prop_speaker_03', maxVol = 50, maxDist = 60 },
        high_speaker = { prop = 'ba_prop_battle_club_speaker_large', maxVol = 100, maxDist = 200 },
    }
}

On this page