A function used to play music.
1: CLASS or CONFIG- music to play 2: INT- Starting position of track in seconds (default: 0) 3: BOOL- allowed to interrupt already playing music (default: true)
BOOL- true if music started playing
_bool = ["LeadTrack01_F_Bootcamp", 30, true] call CBA_fnc_playMusic;
Fishy, Dedmen