I was wondering how could I get notified when user changes his MP3Volume setting ? I created a music plugin which allows player to increase volume in a menu. I use query_client_cvar( ) on client_putinserver( ) but if player changes the sound not in the created menu but in console or settings the volume variable doesn't refresh. client_infochange didn't work so I thought maybe there's another way of hooking this ?