//Yet again this is mainly for just server with $16000 but can also be used for others.
//I created this update to make it easier for you to not have to do a bunch of steps or to search for where to put it.
---------------------------------------------------------------------------------------------------------
How To: Go to this on your computer...Steam/steamapps/'youruser'/counter-strike/cstrike
Then in that folder look for something that would say userconfig or just config.
Open it with notepad and copy the script in the top or bottom of wherever you want to put it.
Then save it and restart cs and hit one of the keys and then it should buy the specific weapon for you.
---------------------------------------------------------------------------------------------------------
If you want the echo you would go to the same folder but put it in your autoexec file just like you did with the config file.

Код:
Bind "kp_ins" "ak47; m4a1; deagle; primammo; secammo; defuser; vest; vesthelm; hegren; flash; flash
bind "kp_end" "scout; deagle; primammo; secammo; defuser; vest; vesthelm; hegren; flash; flash
bind "kp_downarrow" "awp; deagle; primammo; secammo; defuser; vest; vesthelm; hegren; flash; flash
bind "kp_pgdn" "mp5; deagle; primammo; secammo; defuser; vest; vesthelm; hegren; flash; flash
bind "kp_leftarrow" "m3; elites; fiveseven; primammo; secammo; defuser; vest; vesthelm; hegren; flash; flash
bind "kp_5" "mx1014; deagle; primammo; secammo; defuser; vest; vesthelm; hegren; flash; flash
bind "kp_rightarrow" "deagle; secammo; defuser; vest; vesthelm; hegren; flash; flash

echo "         //******BUY SCRIPT******\\"
echo "//-----------------Created by CoRRupT`--------------\\"
echo "//KEYPAD[0]:AK47/M4A1 + Deagle + Primary Ammo + Secondary Ammo + Armor + Defuse Kit + HE Grenade + 2 Flashes"
echo "//KEYPAD[1]:Scout + Deagle + Primary Ammo + Secondary Ammo + Armor + Defuse Kit + HE Grenade + 2 Flashes"
echo "//KEYPAD[2]:AWP + Deagle + Primary Ammo + Secondary Ammo + Armor + Defuse Kit + HE Grenade + 2 Flashes"
echo "//KEYPAD[3]:MP5 + Deagle + Primary Ammo + Secondary Ammo + Armor + Defuse Kit + HE Grenade + 2 Flashes"
echo "//KEYPAD[4]:Pump Shotgun + Elites + Primary Ammo + Secondary Ammo + Armor + Defuse Kit + HE Grenade + 2 Flashes"
echo "//KEYPAD[5]:Auto Shotgun + Deagle + Primary Ammo + Secondary Ammo + Armor + Defuse Kit + HE Grenade + 2 Flashes"
echo "//KEYPAD[6]:Deagle + Primary Ammo + Secondary Ammo + Armor + Defuse Kit + HE Grenade + 2 Flashes"
echo ""
echo "-------------------------"
echo "  SCRIPT LOADED SUCCESSFULLY!"
echo "  BINDS LOADED SUCCESSFULLY!"
echo "  HAVE FUN!"
echo "-------------------------"
echo ""