AKIMBO IS KAPUTE....mod links??
#2
I never akimbo for my scripts. Does that mean you're not using any of mine? :((
Toggle mute with M:
oldvol = 128 //If AC starts with soundvol 0 it will default to soundvol 128
alias mute [if (= $soundvol 0) [soundvol $oldvol; echo "AssaultCube unmuted"] [oldvol = $soundvol; soundvol 0; echo "AssaultCube muted"]]
bind M [ if $editing [ domodifier 6 ] [mute]]

Change volume by scrolling mousewheel while holding down comma, click mousewheel to see volume %.
bind COMMA [ if $editing [ equalize 0 ] [ domodifier 20; vol_echo = 1; onrelease [vol_echo = 0] ] ]
echovolumepercent = [unroundedvol = [*f (divf $soundvol 255) 100]; if (>= (+f (unroundedvol) 0.5) (+ (unroundedvol) 1.0)) [roundedvol = (+ (unroundedvol) 1)] [roundedvol = (+ (unroundedvol) 0)]; echo (concatword "Volume: " $roundedvol "%")]
bind MOUSE3 [weapon; echovolumepercent]
Thanks given by:


Messages In This Thread
AKIMBO IS KAPUTE....mod links?? - by Boomhauer - 17 Oct 10, 02:43PM
RE: AKIMBO IS KAPUTE....mod links?? - by Gibstick - 17 Oct 10, 03:06PM
RE: AKIMBO IS KAPUTE....mod links?? - by jiba - 17 Oct 10, 07:22PM
RE: AKIMBO IS KAPUTE....mod links?? - by JMM - 18 Oct 10, 11:33AM
RE: AKIMBO IS KAPUTE....mod links?? - by jiba - 18 Oct 10, 06:17PM