|
BINDS--If you
want to bind a phrase to a key go into the config.cfg and type --
bind "k" "Check out [LB] at http://members.cox.net/lb_clan/". This
will result in every time you hit "k" in the game it you will say
"Check out [LB] at http://members.cox.net/lb_clan/"
BUY SCRIPTS--Here
are some buy scripts that I have found helpful. Light rifle will
buy either an AK or a Colt depending on weather you are a terrorist
or CT. Heavy Rifle will buy either and Aug or a Sig same as CT.
You will also get all the ammo you can carry with these binds. Sometimes
the buy menu will hang open you will need to hit "0" to close it.
Email me if you have problems.
First create a file in
your cstrike folder using note pad and call it buy. It must be a
.cfg file, .txt will not work. Then paste in the following.
//buy.cfg
//
Menu Clear// alias mcl
"slot10; slot10; slot10; slot10; wait; wait; wait; wait; wait; wait;
wait; wait; wait; slot10; slot10; slot10; wait; wait; wait; wait;
wait; wait; wait; wait; slot10; slot10; wait; wait; wait; wait;
wait; wait; wait; wait; wait; wait; slot10"
//Common Menu Selects//
alias ms1 "menuselect
1"
alias ms2 "menuselect
2"
alias ms3 "menuselect
3"
alias ms4 "menuselect
4"
alias ms5 "menuselect
5"
alias ms6 "menuselect
6"
alias ms7 "menuselect
7"
alias ms8 "menuselect
8"
alias ms0 "menuselect
0"
//Weapons//
alias ammo1 "buy; ms6;
mcl"
alias ammo2 "buy; ms7;
mcl"
alias deagle "buy; ms1;
ms3; ammo2; mcl"
alias mp5 "buy; ms3;
ms1; ammo1; mcl"
alias lightrif "buy;
ms4; ms3; ms1; ammo1; mcl"
alias heavyrif "buy;
ms4; ms2; ms4; ammo1; mcl"
alias awp "buy; ms4;
ms6; ammo1; mcl"
alias scout "buy; ms4;
ms5; ammo1; mcl"
alias shot "buy; ms2;
ms2; ms1; ammo1; mcl"
alias dual "buy; ms1;
ms5; ammo2; mcl"
//Equipment//
alias arm "buy; ms8;
ms2; mcl"
alias flash "buy; ms8;
ms3; mcl"
alias he "buy; ms8; ms4;
mcl"
alias smoke "buy; ms8;
ms5; mcl"
alias def "buy; ms8;
ms6; mcl"
echo **Weapon and Equipment
Scripts Loaded**
Then you need to create
a autoexec.cfg in your cstrike folder note pad. Paste in the following:
exec buy.cfg
Both of these files go
in your cstrike folder. Next go into your config.cfg file in you
cstrike folder and place in these binds
bind "F1" "deagle"
bind "F2" "shot"
bind "F3" "mp5"
bind "F4" "lightrif"
bind "F5" "heavyrif"
bind "F6" "scout"
bind "F7" "awp"
bind "F8" "arm"
bind "F9" "flash"
bind "F10" "he"
bind "F11" "smoke"
bind "F12" "dual"
bind "q" "def"
You can bind you which
ever key you please, just be sure that there isn't anything else
already bound that key.
With the 1.5 upgrade
it, if you want to bind to the F1 and F2 keys you must rename or
delete the GameUI.dll file in your Half-Life\valve\cl_dlls directory
and you'll be able to bind F1 and F2 as normal. Thanks for the help
on this one Product.
|