function
disableMusicSystem (client-side)
Deprecated since version: 0.3.3
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
.