Difference between revisions of "Vol"
From Scriptwiki
(Hello world) |
m |
||
Line 18: | Line 18: | ||
* [[$vol]] | * [[$vol]] | ||
− | [[Category:Playing Sounds]] | + | [[Category:Commands]][[Category:Playing Sounds]] |
Latest revision as of 11:05, 12 April 2008
Sets the volume on your system for waves, MIDIs and MP3s (same as waves.)
/vol -wmpvuN [volume]
The volume value can range from 0 to 65535.
Switch | Meaning |
w/m/p | Sets the respective wave/MIDI/MP3 (same as wave) volume. |
v | Sets the master volume on your system. |
uN | Sets the mute setting, where N = 1 is on, N = 2 is off. |
Example
/vol -w 65535
Sets the wave/MP3 volume to max (65535.)
/vol -v 32768
Sets the master volume to half.