23 Temmuz 2013 Salı

Counter Strike Console Commands

Counter Strike Console Commands


1-Client Side Commands:
    ah 1Toggles Auto-Help (gives player hint messages throught the game) - Setting of 1 = 'on', and 0 = 'off'. cl_observercrosshair 1 Set to '1' to enable crosshairs in Observer mode, '0' to disable.
    dm 1
    Toggles displaying of map briefings after loading a new map - Setting of 1 = 'on', and 0 = 'off'
    cl_hidefrags 0
    Toggles hiding everyone else's scores except your own - Setting of 1 = 'on', and 0 = 'off'
    drawradar
    This turns the radar on
    fastsprites 0
    Sets the complexity of the smoke sprites for the smoke grenade - The range is 0-2, with 0 looking the most like actual smoke
    hideradar
    This turns the radar off
    hud_centerid 0
    Toggles the centering of the auto-ID text - Setting of 1 = 'on', and 0 = 'off'
    lefthand 0
    Toggles the use of holding weapons in left hand - Setting of 1 = 'on', and 0 = 'off'
    listmaps
    Lists the maps available on the server that the client can vote for - the server admin specifies which maps get listed by editing the mapcycle.txt file.
    max_shells 300
    Sets the number of shells visible at one time (0-500)
    max_smokepuffs 300
    Sets the number of smoke puffs visible at one time (0-500)
    nightvision
    Bind this to a key to toggle the use of the night vision goggles
    rate 2500
    Sets how much data/information you receive from the server that you are connected to - for a 14.4 connection, set your rate to 1500 - 33.6k connection use 3000 - 56k modem use 3500 - ISDN should be 5000 - all connections faster than that should be between 5000 and 9999
    setinfo vgui_menus 1
    Toggles the VGUI menu - Setting of 1 = 'on', and 0 = 'off'
    timeleft
    States how much time is left on the particular map
    votemap 
    Allows the client to vote for a particular map

2-Server Side Commands:

These are commands for people running their own Counter-Strike server.


    mp_autokick 1
    Toggles automatic team-killer banning and kicking of idle clients - Setting of 1 = 'on', and 0 = 'off'
    mp_autoteambalance 1
    Toggles the forcing of clients to join teams to make it balanced - Setting of 1 = 'on', and 0 = 'off'
    mp_c4timer 45
    Sets the amount of time in between C4 placement and its explosion - ranges between 15 and 90 seconds.
    mp_flashlight 1
    Toggles the use of flashlights by clients - Setting of 1 = 'on', and 0 = 'off'
    mp_footsteps 1
    Toggles footstep sounds - Setting of 1 = 'on', and 0 = 'off'
    mp_forcechasecam 0
    Toggles the chasecam to follow teammates only - useful for LAN games - Setting of 1 = 'on', and 0 = 'off'
    mp_freezetime 6 
    Sets the amount of "freeze" time at the beginning of each round to buy weapons and equipment - Use a setting of '0' to disable
    mp_friendlyfire 0
    Toggles friendly fire - Setting of 1 = 'on', and 0 = 'off'
    mp_hostagepenalty 2
    Sets the number of hostages a player can kill before they are booted from the server - Setting this to '0' turns the function off
    mp_limitteams 2
    Sets the maximum number of players that one team can have more than the other team - Use a setting of '0' to completely disable the team limiting.
    mp_logmessages 1
    Toggles logging of chat messages in the log files - Setting of 1 = 'on', and 0 = 'off'
    mp_mapvoteratio 0.6
    Set the ratio of players required to vote on the same map before a map will change. The default is 0.6 , which means that 60% of the players on a server must vote on the same map in order for the server to change to that map. The range is 0.0-1.0
    mp_roundtime 5
    Sets the maximum amount of time for each round - ranges between 3 and 15 minutes
    mp_timelimit 0
    Sets the maximum amount of time in minutes between map rotations
    mp_tkpunish 1
    Toggles the forcing of a player to sit out the next round if he has just killed a teammate - Setting of 1 = 'on', and 0 = 'off'
    sv_restartround 0
    Sets the amount of time before resetting the game, including frags, weapons, money, and scores - Use setting of '0' to disable these restarts.
Amx Modx Commands (All Commands)

[CONTROL OF THE ADMINISTRATOR]



amx_kick <name or #userid> [reason] - Kicks a player from the server.
amx_ban <name or #userid> [reason] - Bans a player from the server.
amx_addban <authid or ip> <minutes> [reason] - Adds a user to the list of banned from the server.
amx_unban <authid or ip> - Forgive a player banned from this server.
amx_slay <name or #userid> - Give a slap to a player.
amx_slap #userid> <name or [damage] - Slaps a player for variable damage.
amx_leave <tag> [tag1] [tag2] - Kicks all players who do not have these tags on the server.
amx_pause - Pause or resume the game.
amx_who - Displays who is on the server.
amx_cvar <cvar> [value] - Changes or displays a cvar value.
amx_map <nomedomapa> - Changes the map.
amx_cfg <fileName> - Execute a configuration file.
amx_rcon <rcon command> - Execute a command on the server.
amx_plugins - Lists all loaded plugins.
amx_modules - Lists all loaded modules.

Chat Commands


amx_say <message> - Sends a message to all users.
amx_chat <message> - Sends a message to all users.
amx_psay <name or #userid> <message> - Send a private message to the player.
amx_tsay <color> <message> - Sends a message to all players in the left corner.
amx_csay <color> <message> - Sends a message to all players at the center.

Commands Vote:


amx_votekick <name or #userid> - Starts a vote to expel a player.
amx_voteban <name or #userid> - Starts a vote to ban a player.
amx_vote <question> <answer1> <answer2> - Starts a vote either.
amx_cancelvote - Calcela the last poll in progress.

[Control Of Statistics]


/ Hp - Displays information about the player that killed him.
/ Statsme - Displays your stats.
/ Stats - Displays other players stats.
/ Top15 - Shows the top15 server.
/ Rank - Displays your rank on the server.

[Say Commands]


nextmap - Displays the next map being played.
timeleft - displays the time remaining on the map.
thetime - displays the current time.

[Commands Menu]


amxmodmenu - Displays the main AMX Mod X menu.
amx_cvarmenu - Displays the CVAR menu.
amx_mapmenu - Displays the map change menu.
amx_votemapmenu - Displays the map voting menu.
amx_kickmenu - Displays the kick menu.
amx_banmenu - Displays a menu of BAN.
amx_slapmenu - Displays a menu slap /.
amx_teammenu - Displays the team switch menu.
amx_clcmdmenu - Displays the client commands menu.
amx_restmenu - Displays the weapons restrictions menu.
amx_teleportmenu - Displays the teleport menu.
amx_pausecfgmenu - Pause / Resume plugins.
amx_statscfgmenu - Displays the settings menu of statistics.

1 yorum:

  1. Casino Slot Machines - Mapyro
    Find Casino Slot Machines in Maricopa, AZ, 안동 출장안마 enjoy our collection of slots machines 상주 출장안마 in 3 locations and 25963 서울특별 출장샵 online 고양 출장샵 at 구리 출장마사지 Mapyro.

    YanıtlaSil