Post by gunsofnavarone on Mar 29, 2008 20:22:15 GMT -5
I was playing on the server this evening, and JumpMasterG had this bind which I found very useful. I didn't ask him for the code, so I did a search.
JumpMasterG would report where he was, and what his health was.
bind "F12" "say_team I'm at %l and I've got %h health!"
Which would read ont he screen:
"I'm at The Schoolhouse and I've got 25 health!"
Here's another that might be useful:
bind "F11" "say_team Grenade at/near %l!"
which would read:
"Grenade at/near The Schoolhouse!"
Here's a few others that you might wish to use:
bind "d" "say_team Enemy sniper defending %l."
bind "e" "say_team Holding position at %l."
bind "f" "say_team Enemy soldiers incoming at %l."
bind "g" "say_team Enemy Machine Gunner at %l."
bind "h" "say_team All is clear at %l."
bind "i" "say_team I've got your back %i."
bind "j" "say_team Need ammo at %l, my class is %c."
bind "k" "say_team Enemy at %l is dead."
bind "l" "say_team I am a %c at %l with %h health."
---------------------------------------------------------------------------------
The following are wildcards I'm aware of:
Location: %l
ex.: "I'm hiding out at %l!" is seen by other players as, "I'm hiding out at (this location)!"
Health: %h
ex:"I've got %h health, and need some cover!" is seen as: "I've got 23 health, and need some cover!"
Class: %cex:"I’m a %c reporting in!" is seen as: "I'm a sniper reporting in!"
Last person you identified: %i
ex:"I’m with %i over here!" is seen as: "I’m with [LJ]Jeff over here!"
Health of the last person you identified: %r
ex:"%i has %r health left" is seen as: "[LJ]Jeff has 45 health left"
JumpMasterG would report where he was, and what his health was.
bind "F12" "say_team I'm at %l and I've got %h health!"
Which would read ont he screen:
"I'm at The Schoolhouse and I've got 25 health!"
Here's another that might be useful:
bind "F11" "say_team Grenade at/near %l!"
which would read:
"Grenade at/near The Schoolhouse!"
Here's a few others that you might wish to use:
bind "d" "say_team Enemy sniper defending %l."
bind "e" "say_team Holding position at %l."
bind "f" "say_team Enemy soldiers incoming at %l."
bind "g" "say_team Enemy Machine Gunner at %l."
bind "h" "say_team All is clear at %l."
bind "i" "say_team I've got your back %i."
bind "j" "say_team Need ammo at %l, my class is %c."
bind "k" "say_team Enemy at %l is dead."
bind "l" "say_team I am a %c at %l with %h health."
---------------------------------------------------------------------------------
The following are wildcards I'm aware of:
Location: %l
ex.: "I'm hiding out at %l!" is seen by other players as, "I'm hiding out at (this location)!"
Health: %h
ex:"I've got %h health, and need some cover!" is seen as: "I've got 23 health, and need some cover!"
Class: %cex:"I’m a %c reporting in!" is seen as: "I'm a sniper reporting in!"
Last person you identified: %i
ex:"I’m with %i over here!" is seen as: "I’m with [LJ]Jeff over here!"
Health of the last person you identified: %r
ex:"%i has %r health left" is seen as: "[LJ]Jeff has 45 health left"