際際滷

際際滷Share a Scribd company logo
Command                                           Description
    amx_kick <name or #userid> [reason]                         Kicks a player.
 amx_ban <name or #userid> <time> [reason]                       Bans a player.
amx_addban <authid or ip> <minutes> [reason]            Adds a ban to the server banlist.
         amx_unban <authid or ip>                               Unbans a player.
        amx_slay <name or #userid>                                Slays a player.
   amx_slap <name or #userid> [damage0]                Slaps a player for variable damage.
     amx_leave <tag> [tag1] [tag2] [tag3]         Kicks all players not wearing one of the tags.
                amx_pause                                 Pauses or unpauses the game.
                amx_who                                   Displays who is on the server.
          amx_cvar <cvar> [value]                       Changes or displays a cvar value.
          amx_map <mapname>                                        Changes map.
   amx_nick <original name> <new name>                         Changes Users Name.
           amx_cfg <filename>                         Exec utes a server-side c onfig file.
      amx_rcon <rcon command line>                Executes a command on the server console.
               amx_plugins                                  Lists all loaded plugins.
               amx_modules                                 Lists all loaded modules.
  amx_gag <nick/userid> <time in seconds>              Gags player (Player cannot type)


           amx_say <message>                   Sends a message to all players through normal say.
           amx_chat <message>                  Sends a message to all admins through normal chat.
   amx_psay <name or #userid> <message>               Sends a private message to a player.
       amx_tsay <color> <message>                 Sends a left side HUD message to all players.
       amx_csay <color> <message>                  Sends a center HUD message to all players.


   amx_votemap <map> [map] [map] [map]                       Starts a vote for a map.
      amx_votekick <name or #userid>                      Starts a vote to kick a player.
      amx_voteban <name or #userid>                       Starts a vote to ban a player.
  amx_vote <question> <answer1> <answer2>                     Starts a custom poll.
              amx_cancelvote                            Cancels the last poll in progress.


                  say /hp                          Displays information about your killer.
               say /statsme                                  Displays your stats.
                 say /stats                             Displays other players' stats.
                say /top15                               Displays the top 15 players.
                 say /rank                            Displays your rank on the server.
               say /admins                                 Displays admins online.
say nextmap                         Displays the next map in the mapcycle.
                  say timeleft                             Displays the time left in the map.
                   say thetime                                 Displays the current time.


                 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 kick menu.
                  amx_banmenu                                     Displays ban menu.
                  amx_slapmenu                                Displays slap/slay menu.
                 amx_teammenu                                 Displays team switch menu.
                 amx_clcmdmenu                             Displays client commands menu.
                  amx_cmdmenu                              Displays server commands menu.
                  amx_restmenu                            Displays weapon restriction menu.
               amx_teleportmenu                                 Displays teleport menu.
               amx_pausecfgmenu                           Pause/unpause plugins with menu.
                amx_statscfgmenu                          Displays stats configuration menu.


                   Command:                                          amx_pausecfg
                    Format:                                       <command> [name]
                    Access:                                            ADMIN_CFG
                                                                    Pauses a plugin.
                                                                     Command list:
                                                       off - Pauses all plugins not in the list.
                                                              on - Unpauses all plugins.
                                                             stop <file> - Stops a plugin.
                                                           pause <file> - Pauses a plugin.
                                                          enable <file> - Enables a plugin.
                                                       save - Saves a list of stopped plugins.
                                                      clear - Clears a list of stopped plugins.
                                                                list [id] - Lists plugins.
                  Description:                      add <title> - Marks a plugin as unpauseable.


This Command is only for Admins: bind "i" "messagemodeamx_say" (Press "i" to type)

When you connect in server first to do is to type this command! (If you Admin)

More Related Content

CS 1.6 AMXX Commands

  • 1. Command Description amx_kick <name or #userid> [reason] Kicks a player. amx_ban <name or #userid> <time> [reason] Bans a player. amx_addban <authid or ip> <minutes> [reason] Adds a ban to the server banlist. amx_unban <authid or ip> Unbans a player. amx_slay <name or #userid> Slays a player. amx_slap <name or #userid> [damage0] Slaps a player for variable damage. amx_leave <tag> [tag1] [tag2] [tag3] Kicks all players not wearing one of the tags. amx_pause Pauses or unpauses the game. amx_who Displays who is on the server. amx_cvar <cvar> [value] Changes or displays a cvar value. amx_map <mapname> Changes map. amx_nick <original name> <new name> Changes Users Name. amx_cfg <filename> Exec utes a server-side c onfig file. amx_rcon <rcon command line> Executes a command on the server console. amx_plugins Lists all loaded plugins. amx_modules Lists all loaded modules. amx_gag <nick/userid> <time in seconds> Gags player (Player cannot type) amx_say <message> Sends a message to all players through normal say. amx_chat <message> Sends a message to all admins through normal chat. amx_psay <name or #userid> <message> Sends a private message to a player. amx_tsay <color> <message> Sends a left side HUD message to all players. amx_csay <color> <message> Sends a center HUD message to all players. amx_votemap <map> [map] [map] [map] Starts a vote for a map. amx_votekick <name or #userid> Starts a vote to kick a player. amx_voteban <name or #userid> Starts a vote to ban a player. amx_vote <question> <answer1> <answer2> Starts a custom poll. amx_cancelvote Cancels the last poll in progress. say /hp Displays information about your killer. say /statsme Displays your stats. say /stats Displays other players' stats. say /top15 Displays the top 15 players. say /rank Displays your rank on the server. say /admins Displays admins online.
  • 2. say nextmap Displays the next map in the mapcycle. say timeleft Displays the time left in the map. say thetime Displays the current time. 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 kick menu. amx_banmenu Displays ban menu. amx_slapmenu Displays slap/slay menu. amx_teammenu Displays team switch menu. amx_clcmdmenu Displays client commands menu. amx_cmdmenu Displays server commands menu. amx_restmenu Displays weapon restriction menu. amx_teleportmenu Displays teleport menu. amx_pausecfgmenu Pause/unpause plugins with menu. amx_statscfgmenu Displays stats configuration menu. Command: amx_pausecfg Format: <command> [name] Access: ADMIN_CFG Pauses a plugin. Command list: off - Pauses all plugins not in the list. on - Unpauses all plugins. stop <file> - Stops a plugin. pause <file> - Pauses a plugin. enable <file> - Enables a plugin. save - Saves a list of stopped plugins. clear - Clears a list of stopped plugins. list [id] - Lists plugins. Description: add <title> - Marks a plugin as unpauseable. This Command is only for Admins: bind "i" "messagemodeamx_say" (Press "i" to type) When you connect in server first to do is to type this command! (If you Admin)