Plugin for admin ks. Basic rules for administering

  • 08.01.2022

Hey! Today I will tell you how to register the admin panel in CS 1.6. You made a server, or downloaded a ready-made CS 1.6 server, now you want to manage it, or if a friend wants to get it, directly in the game itself. For you to understand, the admin panel works only when you already have amxmodx installed. If in doubt, check in the server root folder: C: / Program Files / [Your server folder] / cstrike / addons. If there is no amxmodx folder in the addons folder, or there is no addons folder at all, then you will need to download. Upload the addons folder from the archive to the cstrike folder on your server.

How to register admin panel by nickname

  1. Go to the "Server folder" »cstrike» addons »amxmodx» configs
  2. Find and open the users.ini file using notepad or another text editor
  3. At the very bottom of the file, write this line, replacing the data with your own: "Nick" "Password to the admin panel" "abcdefgh" "a"
  4. Start the server cc 1.6, or reboot it if it is running, or write the amx_reloadadmins command in the server console if you do not want to restart the server.
  5. Go to cc 1.6 and write in the console: setinfo_pw "Password to the admin panel" (The password to the admin panel write the one that was specified in the users.ini file)

Note! The nickname must be the one that is written in the users.ini file, otherwise you will not be able to issue the admin panel. When changing the nickname in the game to another, you will need to change the nickname in the users.ini file itself.

How to register admin panel by Steam ID

  1. Go to your server, or to any other.
  2. Enter the status command in the console.
  3. Find your nickname from the resulting list, opposite it will be something like this STEAM_0: 0: 123456789
  4. At the very bottom, write "STEAM_ID" "" "abcdefgh" "ce" (write your own instead of STEAM_ID)

How to register admin panel by IP

  1. Go to the website https://2ip.ru/ to find out your ip address and copy it.
  2. Open the "Server Folder" »cstrike» addons »amxmodx» configs »users.ini
  3. At the very bottom, write "IP" "" "abcdefgu" "de" (where IP replace with your own)

Flags, additional features of the admin panel

a - immunity (you cannot kick, slap, slap, ban) b - reservation c - use the amx_kick command (kick) d - use the amx_ban command (ban) e - use the amx_slay command f - use the amx_map command g - use the amx_cvar command h - use amx_cfg commands i - using the amx_chat command and other chat commands j - using the amx_vote command and other voting commands k - access to the sv_password command (via amx_cvar) l - access to the amx_rcon and rcon_password commands (via amx_cvar) m - configurable A level (for additional plugins) n - custom level B o - custom level C p - custom level D q - custom level E r - custom level F s - custom level G t - custom level H u - menu access, via amxmodmenu z - user

How to enter and use using the admin panel already on the server

To manage the server directly in the game, there is the amxmodx menu, it is installed already with it. You will need to bind a button in order to activate amxmodmenu.

  1. Start your server and go to it.
  2. Open the console and write the command bind "f" "amxmodmenu" to invoke the menu (where you can replace the letter f with any other Latin letter)
  3. Press the f button and you will see the admin menu.

Video how to register admin panel in cs 1.6

Video

Did you like the post? Do not forget to repost it on the social network so as not to lose it.

If you are reading this article, I would like to immediately congratulate you on launching your own server! And it seems to me that the first thing to do is to register the admin panel. In this article we will analyze how to register admin panel in cs 1.6 on your server.

To begin with, I would like to immediately remind you that the admin panel works only if there is Amdmodx on the server. If you do not know what it is, you can check it like this: if there is an addons folder in the cstrike folder, then amxmodx is installed.

So let's get started:

  1. To register the admin panel, you need to open the file users.ini... It is located in cstrike / addons / amxmodx / configs. By the way, you can download.
  2. At the very bottom, we prescribe the admin panel in the format:

    For instance:
    Nickname: "My Name" "my_password" "abcdefghijklmnopqrstu" "a"
    By STEAM_ID: "STEAM_0: 0: 123456" "" "abcdefghijklmnopqrstu" "ce"
    By IP: "123.45.67.89" "" "abcdefghijklmnopqrstu" "de"

For advanced users, in principle, this information will be sufficient. But for beginners, I'll go into more detail now.

general information

Before giving the admin panel to another player - be sure to read it.

What's happened " Access rights"(Abcdefghijklmnopqrstu):

a- it allows you to kick, ban, kill, hit the player, etc. (he will have immunity to these commands)
b- gives a seat reservation, it will be possible to log into the server even if it is full.
c- gives access to amx_kick (gives the right to kick)
d- gives access to amx_ban and amx_unban (ban and unban a player)
e- gives access to amx_slay and amx_slap (kill and hit the player)
f- gives access to amx_map (change map)
g- gives access to amx_cvar (server console commands, settings, not all commands are available).
h- gives access to amx_cfg (editing the ‘’ cfg ’’ server config)
i- gives access to amx_chat (team chat, including voice chat)
j- gives access to amx_vote (vote)
k- sv_password (password change, available via amx_cvar)
l- gives access to amx_rcon and rcon_password commands (available via amx_cvar)
m-gives access to level A (for additional plugins)
n- gives access to level B
o-gives access to level C
p- gives access to level D
q- gives access to level E
r- gives access to level F
s- gives access to level G
t- gives access to level H
u- gives the admin rights menu (amxmodmenu)
z- gives can be a player (not an admin)

What's happened " Access flags»(" A "," de "," ce ", etc.):

a- kick the player if the password for the admin panel does not fit.
b- clan tag
c- if the admin panel is by Steam ID
d- if the admin panel is by IP-Address
e- the password itself is not authenticated (used for IP address and Steam ID)

Admin panel by IP address

There are two types of IP address
  • Static- constant.
  • Dynamic- changing.
To determine what type of IP address:
  1. Find out the current IP-address - http://myip.ru and save it somewhere
  2. We reboot the router, or reconnect to the Internet, or simply restart the computer.
  3. Go back to myip and see if the IP address has changed. If it has changed, you have a dynamic IP, forget about the admin panel by IP and give it by nickname or Steam_ID.
Instructions:
  1. We open users.ini
  2. We register at the very bottom:"194.9.255.230" "" "abcdefghijklmnopqrstu" "de"
    (194.9.255.230 - you need to replace it with your IP address, and leave the password blank)
Minus admin panel by IP: if you have a dynamic IP, then the admin panel will crash.

Admin panel by nick

This method is the simplest one, suitable for everyone.

Instructions:

  1. We open users.ini(it is located in cstrike / addons / amxmodx / configs)
  2. We register at the very bottom:"nickname" "" password "" abcdefghijklmnopqrstu "" a "
    (change "nickname" to your nickname, and "password" to your password)
  3. We go Counter-Strike 1.6, open the console and write the password:
    setinfo_pw "password" (instead of "password" specify your password)
Minus admin panel by nickname: you cannot change your nickname.

Admin panel by STEAM_ID

Almost all third-party sites claim that only those who have a licensed version of the game can register the admin panel by Steam ID. In fact, this is not entirely true, since non-Steam versions of the game often have Steam IDs. But not always.

How to find your Steam_ID:

  1. Launch Counter-Strike 1.6 and go to your server.
  2. Open the console and enter the command status
  3. We are looking for our nickname and copy our Steam ID (example: STEAM_0: 0: 123456789)

Instructions:

  1. We open users.ini(it is located in cstrike / addons / amxmodx / configs)
  2. We register at the very bottom:"STEAM_0: 0: 123456789" "" "abcdefghijklmnopqrstu" "ce"
    (STEAM_0: 0: 123456789 - you need to replace it with your Steam ID, and leave the password blank)
Minus admin panel by nickname: admin panel crashes when reinstalling CS 1.6

Despite the fact that the game Counter strike 1.6 (CS) was released back in 2003, it is gaining more and more popularity among gamers every year. Nowadays it is difficult to imagine the gaming world without this popular first-person shooter. For this game, special international tournaments and competitions are increasingly held, players unite into clans and play against other clans for fun. Due to the fact that the game has such a large number of fans, it has many different modifications that affect literally everything in the game: from other models to completely redone graphics.

Now you can find a large number of servers that are dedicated to this game. Servers can be both classic and brand new. For example, there is the ZM mod, which is a map and players fighting off evil zombies. There are servers dedicated to the Gun Game mod. Players playing this mod must destroy their opponents and earn new weapons. It all starts with a pistol and ends with grenades. The mod attracts people by the fact that playing it, you learn to shoot well from almost all weapons in CS 1.6. For example, if you have never liked shooting from a shotgun, then in this mod you will have to deal with it, because only after it can you get another, more powerful weapon. New weapons appear after a certain number of kills per round. Such a game is considered passed if you have reached the grenade, but some servers are arranged the other way around: from the most powerful weapon to the weakest (Glock pistol).

Due to the fact, recently a large number of cheaters have appeared (people playing with additional programs that greatly simplify the game) on each server there are administrators (in abbreviated form - admins). They keep order on the server and punish those who play dishonestly or use prohibited programs. But besides punishing cheaters, admins are also engaged in entertainment on the server. They can be interesting questions or polls, give players additional options, weapons or lives. To carry out these actions are used that can relate to literally everything in the popular game Counter strike 1.6. Download plugins for cs 1.6 for admins You can visit the sites dedicated to this game, but if you know the amxx programming language, then you can easily write your own plugin for CS 1.6.



Without a doubt, CS 1.6 is a legendary game that has been remembered by a large number of players and which people have played for hours. Sometimes it happens that a player, no matter if he is a beginner or a professional, decides to create his own, independent server, on which other players would play. And very often users are faced with the problem of prescribing the admin panel for themselves, an acquaintance or a friend. So that no one else has this problem, we decided to write an informative article in which we will tell you in detail about how to register the admin panel in CS 1.6.

It should be noted right away that giving someone administrator rights is quite an easy matter. However, to implement it, you must have a utility such as amxmodx on your server. You can understand whether you have this program as follows: go to the folder of your server, then enter the cstrike folder. It should contain the addons folder, in fact, in which the amxmodx folder will be located with all the necessary components. So, if you are all right, then we will continue.

First, we need to go to the following folder address: "cstrike / addons / amxmodx / configs". You need to look for the users.ini file. Today, the admin panel can be created based on several parameters. Next, you need to open users.ini using a regular notepad. And we prescribe some parameters in it.

Admin panel by nickname in CS 1.6

"Nick" "Admin password" "abcde" "a"

Admin panel for STEAM ID in CS 1.6

"STEAM_ID" "" "abcdeu" "ce"

Admin panel by IP address in CS 1.6

"IP" "" "abcdefgu" "de"

It is worth noting that each new admin panel must start directly from a new line. Let's say
"Kote" "KA86" "abcdefgqrstu" "a" "Cobaka" "LOL868" "abcnopqrstu" "a"

You can also write words after the // sign. This is usually done in order not to forget some information. There is also such a thing as flags. They, as it were, mean some rights for some administrator, which he can use. You can both add and remove certain rights from administrators. This is done quite easily. All administrator flags can be viewed directly in the aforementioned users.ini file. At the moment, the number of supported flags is quite large, but we decided to show you some of them:
a - If you give the player this right, then on the server no one can kill him or ban / kick him.
b - Additional slot or slots for administrator.
c - Thanks to this flag, the admin can ban a large number of players.
d - The administrator can either ban or unban this or that player.
e - Admin will be able to kill every player if he wants to.
f - Thanks to this flag, the admin can change maps.
g - Thanks to him, you can get permission for the so-called quams. This flag is serious, so it is definitely not worth giving it to just anyone.
h - If you give this flag to the administrator, then he will be able to change the server config.

We hope we have answered your question about how to make yourself an admin in CS 1.6... If you have any questions, then ask them in the comments below this news. Have a good game.

If you have AMX Mod X, then we need to execute: "find in the folder and open ... / cstrike / addons / amxmodx / configs / users.ini".

Basic rules for administering

First for everyone, admin panel by Nickname. In the users.ini file and at the very bottom, without touching anything, enter "your nickname" "your_password" "abcdefghijklmnopqrstu" "a", then start CS 1.6, open the console, who do not know, you can open the console by clicking the button where the letter is located "Ё". In the input field, write: "setinfo _pw" Your password "

This completes the creation of the admin panel, when you went under your Nickname entered in the users.ini file and you were not thrown away, then everything was done correctly, if on the contrary, then check if the password is correctly spelled out and all the described actions!

Second way, in the users.ini file and at the very bottom, without touching anything, enter: "IP_address" "" "abcdefghijklmnopqrstu" "de". As before, everything is simple and clear, instead of "IP_address" we enter the required IP. After that, we go into the game under any nickname and in the end you are an administrator! You can determine your IP address on the website www.2ip.ru

Third way administration by Steamid, is suitable only for those who have a license to play Counter Strike 1.6. Also go to the users.ini file and at the bottom of the file without making any changes to the text, enter: "STEAMID" "" "abcdefghijklmnopqrstu" "ce". STEAMID it is possible to find out when to register "status" in the console during the game. The admin panel, as well as the IP address, should work under any nickname!

All information is provided for informational purposes only. Copying is prohibited.