
01-24-2008, 10:51 AM
|
 | Noobgamers.com | | Join Date: Oct 2007 Location: Bronx, NY
Posts: 3,265
My Mood: Thanks: 177
Thanked 191 Times in 113 Posts
| |
[CS 1.6, Source] Buy Binds Script Have you ever wondered how an enemy gets to a point in a map faster then you? It's probably because they are using a buy script or using buy binds which lets you buy weapons and equiptment on the fly. You can also buy on the fly by remembering the numbers next to the weapons or equiment that you would like to buy. Ex... Press B then 4, 3 will get you an M4. Here i am going to show you how you can use buy binds to buy on the fly. I have been using my buy binds since 2004. You need to use a key on your keyboard that is not being used by anything else in counter strike 1.6 or in source. I use the F1 - F12 and Insert, Home, Page UP, Delete, END, Page Down and some of the keys in the keypad. Here's an example of a buy bind... Counter Strike 1.6 bind "Key" "tmp" Counter Strike Source bind "Key" "buy tmp" You can have more than one item in your buy bind... Counter Strike 1.6 bind "Key" "deagle; vest; vesthelm; primammo; secammo; hegrenade" Counter Strike Source bind "Key" "buy deagle; buy vest; buy vesthelm; buy primammo; buy secammo; buy hegrenade" As you can see in the examples above the buy binds for counter strike 1.6 do not use buy in the bind. You have to add Buy when making your buy binds for counter strike source. You can add your buy binds to the config.cfg or userconfig.cfg file in counter strike 1.6 You can add your buy binds to the config.cfg or autoexec.cfg file in counter strike source. Here's what my buy binds look like for counter strike 1.6 bind "F1" "tmp; mac10" bind "F2" "mp5" bind "F3" "ump45" bind "F4" "p90" bind "F5" "xm1014" bind "F6" "famas; galil" bind "F7" "m4a1; ak47" bind "F8" "aug; sg552" bind "F9" "sg550; g3sg1" bind "F10" "scout" bind "F11" "awp" bind "F12" "deagle" bind "INS" "vest" bind "HOME" "vesthelm" bind "PGUP" "defuser" bind "DEL" "flash" bind "END" "hegren" bind "PGDN" "sgren" bind "KP_END" "p228" bind "KP_DOWNARROW" "elites" bind "KP_PGDN" "fn57" bind "KP_LEFTARROW" "m3" bind "KP_5" "m249" bind "KP_RIGHTARROW" "shield" bind "KP_HOME" "nvgs" Here's what my buy binds look like for counter strike source bind "F1" "buy tmp; buy mac10" bind "F2" "buy mp5" bind "F3" "buy ump45" bind "F4" "buy p90" bind "F5" "buy m3" bind "F6" "buy famas; buy galil" bind "F7" "buy m4a1; buy ak47" bind "F8" "buy aug; buy sg552" bind "F9" "buy sg550; buy g3sg1" bind "F10" "buy scout" bind "F11" "buy awp" bind "F12" "buy deagle" bind "INS" "buy vest" bind "HOME" "buy vesthelm" bind "PGUP" "buy defuser" bind "DEL" "buy flashbang" bind "END" "buy hegrenade" bind "PGDN" "buy smokegrenade" bind "KP_INS" "buy deagle; buy vest; buy vesthelm; buy primammo; buy secammo; buy hegrenade" bind "KP_DEL" "buy deagle; buy vest; buy vesthelm; buy primammo; buy secammo; buy flashbang; buy flashbang; buy hegrenade; buy smokegrenade" bind "KP_END" "buy p228" bind "KP_DOWNARROW" "buy elites" bind "KP_PGDN" "buy fn57" bind "KP_LEFTARROW" "buy xm1014" bind "KP_5" "buy m249" In some of the binds you will see something like >> bind "key" "buy m4a1; buy ak47" << With this bind i can buy the weapon for the team that i am playing for. In the gamespy.com website they have pictures and the names of each weapon plus the price and also the type of power each weapon has. Weapons and Equipment - Planet Half-Life
Last edited by NightLinks; 02-03-2008 at 08:51 AM.
|