Shoot at the enemy you will say Enemy Spotted even if you die, you will need to reset the script to hit reload button to say Enemy Down, no spam using the script you only say Enemy Spotted and Enemy Down one time, after you will need to reset the script, the reload button is a hold to reload, after you say enemy down or Enemy Spotted or when you turn the script the off the reload button is a normal reload button.. i think this is one of my best scripts i hope you like it, i will post more scripts soon. ////////////////////////////////////////////////////////////////////////////////////////////////// //----Say Enemy Spotted When Shoot - Say Enemy Down When Reload ----// // When you shoot you say Enemy Spotted (one time), Hit Reload Button // To Say Enemy Down (Hold To Reload) button returns to normal reload // you will need to turn Enemy Spotted switch back on after you say Enemy Spotted // by: Robert Richardson a.k.a. =Agent69= tsm - // website: http://www.csload.com ////////////////////////////////////////////////////////////////////////////////////////////////// //; alias epsay_tg "epsay.1" //; alias epsay.1 "alias epsay_tg epsay.0; edsay.1; alias esed epshot; speak activated" //; alias epsay.0 "alias epsay_tg epsay.1; edsay.0; alias esed blank; speak deactivated" //; alias epshot "enemyspot; epsay.0" ////////////////////////////////////////////////////////////////////////////////////////////////// //; alias edsay.1 "alias +edsay +edsay.1; alias -edsay -edsay.1" //; alias edsay.0 "alias +edsay +edsay.0; alias -edsay -edsay.0" //; alias +edsay "+edsay.0" //; alias -edsay "-edsay.0" //; alias +edsay.1 "+reload.exec; enemydown" //; alias -edsay.1 "-reload.exec; epsay.0; lastinv; w3; lastinv" //; alias +edsay.0 "+reload.exec" //; alias -edsay.0 "-reload.exec" ////////////////////////////////////////////////////////////////////////////////////////////////// //; alias +attack_esed "+attack;esed" //; alias -attack_esed "-attack" ////////////////////////////////////////////////////////////////////////////////////////////////// // Binds and Settings [Edit These to your preference! // bind tab "+edsay" // Say Enemy Down And Hold To Reload / normal reload when script is off // bind f1 "epsay_tg" // Say Enemy Spotted Reset - set your on/off key here // // use "esed" in your attack alias of your script or bind attack key to "+attack_esed" // bind mouse1 "+attack_esed" //////////////////////////////////////////////////////////////////////////////////////////////////