when i was making a way to check the setting of the clients music
volume setting by creating a ConVar pointer:

ConVar *m_fMusicVolume;

witch is initialized like this:

cvar->FindVar( "snd_musicvolume" );


be aware that cvar's grabbed such as this will not be set to their
correct user defined settings until a period after the clients
config.cfg is loaded.
but the method i used should work for you.

_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlcoders

Reply via email to