function
disableMusicSystem (client-side)
Available since version: 0.1.9
This function will toggle ingame music system.
Disabling the music system will cause to halt all of the ingame music playback.
Declaration
void disableMusicSystem(bool toggle)
Parameters
bool
toggle:true
if you want to disable ingame music system, otherwisefalse
.