Team Fortress File Factory
News  Essentials  Aliases  Configs  Utilities  Paks  Maps  FAQ  Search  Contact
   [ TF ]  TFC
FILE  INFO
TF > Aliases > All Classes
File: easy grenades with timer
Filename: grenade.zip
Author:
Downloads: 1399
Description: This alias if useful in two ways. When you press "q" or "w" it primes the grenade, you don't have to hold it down, then press "q" or "w" again to throw it. The nice part about this is that you don't have to bind another key to throw the grenade. It also has a timer; on the forth click the grenade blows up. You'll need the grenade wav; included in the zip. You must put the wav in your sound/items/ directory.
Size: 162KB
Date: 10/04/2002

Click to Download
Additional Info:
alias grenade1 "primeone ; wait ; play items/pgren.wav ; echo Grenade Primed! ; bind q throwgren1"
alias throwgren1 "throwgren ; echo Grenade Thrown! ; bind q grenade1"
bind q "grenade1"

alias grenade2 "primetwo ; wait ; play items/pgren.wav ; echo Grenade Primed! ; bind w throwgren2"
alias throwgren2 "throwgren ; echo Grenade Thrown! ; bind w grenade2"
bind w "grenade2"