Counter Strike Source Binds

From ETCwiki
Jump to navigationJump to search

Help on CSS console commands Making binds Making your own buy binds Mani (admin) console commands

Making binds

First off make sure your developer console is activated.

Easiest way is to go into CS:S

>esc >options >keyboard >advanced >enable developer console

To change a function of a key simply go into cone and type.

bind <key> <command>

There are a lot of commands you can use, a popular one is "say" and "say_team"

example.

bind J "say You just got owned" (scope_uk: You just got owned)

bind J "say_team Friendly Fire!" ((TEAM)scope_uk: Friendly Fire!)

Here is another command you can use. ____

+attack (primary fire) +attack 2 (secondary fire)

example

bind j +attack bind j +attack2

but you will not stop attacking untill you use

-attack

A common use for this bind is to make your mouse wheel action shoot, here is how you do it.

bind mwheelup +attack; wait; -attack

or

bind mwheeldown +attack; wait; -attack


The ";" strings two or more commands together. and the "wait" pauses the action for one frame.

Complete list of commands http://www.counter-script.net/index.php?id=35

  • for key names - look at the Making your own buy binds section.


Making your own buy binds

First off here is the names of the weapons you use in the console.


Pistols: glock (9x19mm Sidearm) usp (KM .45 Tactical) p228 (228 Compact) deagle (Night Hawk .50C) elite (.40 Dual Elites) fiveseven (ES Five-Seven)

Shotguns: m3 (Leone 12 Gauge Super) xm1014 (Leone YG1265 Auto Shotgun)

SMG's: mac10 (Ingram MAC-10) tmp (Schmidt Machine Pistol) mp5navy (KM Sub-Machine Gun) ump45 (KM UMP45) p90 (ES C90)

Rifles: galil (IDF Defender) ak47 (CV-47) sg550 (Krieg 550 Commando) famas (Clarion 5.56) m4a1 (Maverick M4A1 Carbine) aug (Bullpup) scout (Schmidt Scout) sg552 (Krieg 552) awp (Magnum Sniper Rifle) g3sg1 (D3/AU1)

Machine Guns: m249 (M249)

Equipment: primammo (Primary Ammo) secammo (Secondary Ammo) vest (Kevlar) vesthelm (Kevlar+Helmet) flashbang (Flashbang) hegrenade (HE Grenade) smokegrenade (Smoke Grenade) nvgs (Nightvision) defuser (Defusal Kit)

So the example will be buying an AK47, Desert Eagle, all grenades and full kevlar

bind j buy ak47; buy deagle; buy hegrenade; buy flashbang; buy flashbang; buy smokegrenade; buy vesthelm


Here are the keys you can bind.

Name to use when binding - Normal Name

1 - One 2 - Two 3 - Three 4 - Four 5 - Five 6 - Six 7 - Seven 8 - Eight 9 - Nine 0 - Zero A - A B - B C - C D - D E - E F - F G - G H - H I - I J - J K - K L - L M - M N - N O - O P - P Q - Q R - R S - S T - T U - U V - V W - W X - X Y - Y Z - Z F1 - F1 F2 - F2 F3 - F3 F4 - F4 F5 - F5 F6 - F6 F7 - F7 F8 - F8 F9 - F9 F10 - F10 F11 - F11 F12 - F12 ` - Left Quote or Tilde ' - Right Quote - Hyphen = - Equals sign ] - Right Bracket \ - Forward Slash , - Comma / - Backslash SPACE - Spacebar ENTER - Enter ESCAPE - Escape PAUSE - Pause/Break BACKSPACE - Backspace TAB - Tab SEMICOLON - Semicolon ; SHIFT - Shift CTRL - Control ALT - Alt UPARROW Up Arrow DOWNARROW - Down Arrow LEFTARROW - Left Arrow RIGHTARROW - Right Arrow INS - Insert HOME - Home PGUP - Page Up PGDN - Page Down DEL - Delete END - End KP_HOME - Keypad Home/7 KP_UPARROW - Keypad Up Arrow/8 KP_PGUP - Keypad Page Up/9 KP_LEFTARROW - Keypad Left Arrow/4 KP_5 - Keypad 5 KP_RIGHTARROW - Keypad Right Arrow/6 KP_END - Keypad End/1 KP_DOWNARROW - Keypad Down Arrow/2 KP_PGDN - Keypad Page Down/3 KP_INS - Keypad Insert/0 KP DEL - Keypad Delete KP_SLASH - Keypad Backslash KP_MINUS - Keypad Hyphen KP_PLUS - Keypad Plus

  • - Keypad Star

MOUSE1 -Mouse Button 1 MOUSE2 - Mouse Button 2 MOUSE3 - Mouse Button 3 (Middle Button) MWHEELUP - Mouse Scroll Wheel Up MWHEELDOWN - Mouse Scroll Wheel Down

Mani (admin) console commands

Simply use the console again

To kick scope_uk from the server.

ma_kick scope_uk

or for more accurate results use my STEAMID instead of my player handle (by typing status or ma_players in console and finding it there)


To ban for 5 minutes type.

ma_ban 5 scope_uk

0 is perm ban.


To give a player a weapon.

ma_give scope_uk weapon_ak47


Complete list of commands - http://www.counter-strike.com/commands_mani_mod.php

Hope this helped.