Forum
Uber mask
Created 1st July 2010 @ 09:23
Add A Reply Pages: 1
Hello TF2 Medics ;)
Im searching for a script to mask my uber.
Ive looked in chris medic config. but I cant find the ubermask in it.
So anybody knows how to mask my uber when im full charged 100%.
cheers
Pykow
You have to do it manually, it is in my medic config as:
// Mask calls
alias "maskuber" "voicemenu 0 0;say_team "*** MASKED UBER CALL ***""
There is no way to do it automatically.
i like this:
// Fake uber and notification
alias “fakeuber” “voicemenu 1 7;say_team “*** KRITZ OR UBER FAKED ***””
// Mask calls
alias “maskuber” “voicemenu 0 0;say_team “*** MASKED UBER CALL ***””
// Shift mask
alias “+shiftmask” “bind “C” “maskuber”;bind “o” “kill””
alias “-shiftmask” “bind “C” “fakeuber”;unbind “o””
bind “shift” “+shiftmask”
so C = fakeuber and Shift + C is Mask uber ;)
Thnx for the help.
Add A Reply Pages: 1