Make sure to bring lots of med packs, our 64 player beach server is intense!
Post a reply

Mon Jan 17, 2005 1:38 pm

OMFG another name!!!!!

Mon Jan 17, 2005 2:03 pm

LOL thatll be it for now, i should be called Aliaser! :D

Mon Jan 17, 2005 2:22 pm

Or maybe Captain indecisive...

Thu Sep 22, 2005 1:05 am

How to bind omw?
Farsae says its /bind u say omw but that doesn't work

Thu Sep 22, 2005 3:50 am

"Affirmative, on my way"

/bind button "omw"

Thu Sep 22, 2005 5:24 pm

Little thing I put together, kind of standard stuff:

set t1 "set tb team s;echo ^7Spawning as a ^3Spectator;set ta vstr t2"
set t2 "set tb team b;echo ^7Spawning as an ^4Ally;set ta vstr t3"
set t3 "set tb team r;echo ^7Spawning as an ^1Axis;set ta vstr t1"
set ta "vstr t1"
bind [ "vstr ta"
bind \ "vstr tb"

set p1 "mp_playertype 1;mp_weapon 4;echo ^7Spawning as a ^2Medic;set player vstr p2"
set p2 "mp_playertype 3;mp_weapon 3;echo ^7Spawning as a ^2Lieutenant ^7with a ^3mp40;set player vstr p3"
set p3 "mp_playertype 3;mp_weapon 5;echo ^7Spawning as a ^2Lieutenant ^7with a ^3sten;set player vstr p4"
set p4 "mp_playertype 2;mp_weapon 4;echo ^7Spawning as an ^2Engineer;set player vstr p5"
set p5 "mp_playertype 0;mp_weapon 6;echo ^7Spawning as a ^2Soldier ^7with a ^3mauser;set player vstr p6"
set p6 "mp_playertype 0;mp_weapon 8;echo ^7Spawning as a ^2Soldier ^7with a ^3panzerfaust;set player vstr p7"
set p7 "mp_playertype 0;mp_weapon 9;echo ^7Spawning as a ^2Soldier ^7with a ^3venom;set player vstr p8"
set p8 "mp_playertype 0;mp_weapon 10;echo ^7Spawning as a ^2Soldier ^7with a ^3flamethrower;set player vstr p1"
set player "vstr p1"
bind ] "vstr player"

Thu Sep 22, 2005 5:28 pm

Sorry, the "man" page :) :

Hit the "[" key to select your team.
Hit the "]" key to select your class/weapon.
Hit the "\" key to spawn as selected above.

Thu Sep 22, 2005 6:39 pm

Wasn't there a way to make it so that instead of saying 'him' and 'his' it says 'her' and 'hers' or something xD I think it's a myth, because I tried a lot of things to get that to work but it never did ;( SEXIST!!!!

Thu Sep 22, 2005 9:32 pm

My bind is in my sig.... nough said.

Thu Sep 22, 2005 9:58 pm

someone post how to thank people for ammo or for the revive....

Fri Sep 23, 2005 3:13 pm

bind <key> "say_team ^5Thanks [a] ^5for the ammo!"

Here's the whole entry from the shrub manual:

Cvars:
g_shortcuts default: 0 enable/disable text shortcuts
When g_shortcuts is 1, players can use the following text shortcuts in their say,
say_team, and me chats. They will be replaced with the appropriate text:

[a] - the last teammate who gave you ammo
[d] - the last player who killed you
[h] - the last teammate who gave you health
[k] - the last player who you killed
[l] - your location
[p] - the teammate you are pointing at
[r] - the last player who revived you
[n] - your name
[s] - the amount of health you have
[w] - the weapon you are holding

For example, one can "bind n say_team I need help! I'm at [l] and I only have
[s] health left!" or "bind l say_team [p], turn around! I'm trying to give you
a [w]!" ([w] could read "Ammo Pack" or "Health Pack" depending on what a player
is holding, or it could be left out).

Helpful hint: type "/? shortcuts" in the console to see the above list in-game.

Fri Sep 23, 2005 5:10 pm

AH! That's why whenever I posted [d] it said a players name. heh

Sun Sep 25, 2005 10:01 am

bind k say Thats a PRESENT from SLAUGHTER

woo hoo

Sun Sep 25, 2005 1:02 pm

Don't forget the quotes :) :

bind k "say Thats a PRESENT from SLAUGHTER"
Post a reply