Description:

Useful script for clanwars and pcws... press f, and while you hold it press 1,2,3,4 or 5 and it will inform your team of where the enemy is. let go of f and it binds your keys back to the default. Very usefull in those situations where you just dont have the time to type or speak into your mic.

-----
//Fspeak - bind it to any key you want, i use "F".

alias +fspeak "w2; b1dd; b2bcat; b3water; b4bsa; b5bsb"
alias -fspeak "w2; b1; b2; b3; b4; b5"

//The + section of Fspeak
alias b1dd "bind 1 1dd"
alias b2bcat "bind 2 2bcat"
alias b3water "bind 3 3water"
alias b4bsa "bind 4 4bsa"
alias b5bsb "bind 5 5bsb"

//The - section of Fspeak
alias b1 "bind 1 slot1"
alias b2 "bind 2 slot2"
alias b3 "bind 3 slot3"
alias b4 "bind 4 slot4"
alias b5 "bind 5 slot5"

//The stuff u say (spotted is radio command listed below - delete it if u dont want it and edit the teamsays if you want :)
alias 1dd "spotted; w2; say_team **** ENEMY SPOTTED @ DOUBLE-DOORS ****"
alias 2bcat "spotted; w2; say_team **** ENEMY SPOTTED @ BRIDGE/CATWALK ****"
alias 3water "spotted; w2; say_team **** ENEMY SPOTTED @ WATER/MIDDLE ****"
alias 4bsa "spotted; w2; say_team **** ENEMY SPOTTED @ BOMB SITE A ****"
alias 5bsb "spotted; w2; say_team **** ENEMY SPOTTED @ BOMB SITE B ****"

//The radio command
alias spotted "radio3; menuselect 2; close"
alias close "slot10; wait; wait; wait; slot10; wait; slot10; slot10; slot10; wait; wait; slot10; slot 10; wait; slot10"

//The bind (this is where you change what you want fspeak to be binded to - or in your config.cfg)

bind f +fspeak

-----

Autor skryptu: vcon