How to assign privileges (admin / VIP) on a CS 1.6 server

  • 👨‍🦱 Добавил: Admin 📆 19.12.2021 ⏰ 18:21


In this manual, we will figure out how to assign privileges on your CS 1.6 server. We will learn how to assign admin rights and how to assign VIP status. We will also find out what functions specific flags are responsible for. Privileges will be assigned by Steam ID, IP, and nickname.

1.) Go to your server folder:
Code
cstrike/addons/amxmodx/configs/users.ini


2.) The users.ini file contains all privileges on the server

For example:
Code
By nickname: "NickName" "password" "abcdefghijklmnopqrstu" "a"

Code
By STEAM_ID without password: "STEAM_0:0:123456" "" "abcdefghijklmnopqrstu" "ce"

Code
By STEAM_ID with password: "STEAM_0:0:123456" "password" "abcdefghijklmnopqrstu" "c"

Code
By IP: "123.45.67.89" "" "abcdefghijklmnopqrstu" "de"




Access flags on a CS 1.6 server:
a – grants immunity: the player cannot be kicked, banned, killed, slapped, etc.
b – grants a reserved slot, allowing entry when the server is full.
c – grants access to amx_kick (allows kicking players without immunity).
d – grants access to amx_ban and amx_unban (ban and unban players without immunity).
e – grants access to amx_slay and amx_slap (kill and slap players without immunity).
f – grants access to amx_map (change map via menu).
g – grants access to amx_cvar (server console commands and settings; not all commands).
h – grants access to amx_cfg (server cfg configuration).
i – grants access to amx_chat (chat commands, voice chat).
j – grants access to amx_vote (voting).
k – sv_password (change password via amx_cvar).
l – grants access to amx_rcon and rcon_password commands (via amx_cvar).
m – grants access to level A (for additional plugins).
n – grants access to level B.
o – grants access to level C.
p – grants access to level D.
q – grants access to level E.
r – grants access to level F.
s – grants access to level G.
t – grants access to level H.
u – grants access to the admin menu (amxmodmenu).
z – grants regular player access (non-admin); this flag is rarely used.



Access type for admin by STEAM ID, nickname, IP:
a – kick the player if the admin password does not match.
b – clan tag.
c – admin by Steam ID.
d – admin by IP address.
e – password is not checked when joining the server (used for IP and Steam ID types).

*Do not assign admin by IP if you have a dynamic IP address.
You can find out your IP on the website: 2ip.ru
You can find out your Steam ID by typing the command "status" in the console (without quotes)

Example of what a STEAM ID looks like: STEAM_0:0:123456789 – copy it from the console from the player list shown after entering the command.

* Players using Non-Steam also have a Steam ID, but after reinstalling the game, their ID will change.


How to avoid admin account hacking via STEAM ID

* We strongly recommend assigning admin rights by Steam ID with a password so that attackers cannot spoof their Steam ID using cheats like SteamID Changer and gain admin rights. You can also protect your server from Steam ID spoofing using the anti-cheat tools Resourses Checker and OpenGL Detector by Mazdan.

* We do not recommend giving flags H and L to players you do not trust; these flags are most often used by head administrators.
Категория: Статьи по серверу CS 1.6
    Installing AMXX plugins on a CS 1.6 server
    Installing AMXX plugins on a CS 1.6 server
    In this guide, you will learn how to install AMXX plugins on your CS 1.6 server. This task is not very difficult. The main thing is to move the files of the correct formats into the appropriate folders. You will learn how to do this in our step-by-step manual. Let’s sta...

    How to promote a CS 1.6 server
    How to promote a CS 1.6 server
    Promoting a CS 1.6 server requires a comprehensive approach, and it is important to understand every aspect of this process. To make the server popular and attract many players, attention must be paid to numerous details.

    How to install player models on a CS 1.6 server
    How to install player models on a CS 1.6 server
    In this manual, we will explain how to properly install player models on your server, whether for privileged players or regular players. To install skins, you will need plugins. Our catalog has suitable ones. We recommend using only plugins that have been proven over th...

    How to install a map on a CS 1.6 server
    How to install a map on a CS 1.6 server
    In this article, we will take a detailed look at how to correctly install a map on a CS 1.6 game server. We will go over all file formats and which folders they should be placed in, as well as how to display the map list in AMX Mod Menu and organize the map cycle on the...

    How to change the server name in CS 1.6
    How to change the server name in CS 1.6
    Why would we want to change the server name in CS 1.6? If you have just created a new server, of course, you need to come up with a unique name to stand out from other servers.

    How to install weapon models in CS 1.6
    How to install weapon models in CS 1.6
    Although installing models in Counter-Strike 1.6 is not a difficult task, many new players face problems when installing skins in CS 1.6 for the first time. In this guide, we will explain step by step how to install downloaded skins so that they appear in the game.

    How to configure shooting in CS 1.6
    How to configure shooting in CS 1.6
    Don’t like the default shooting settings in CS 1.6? Then you need to read the manual for configuring shooting, recoil, and spread in CS 1.6. You will be able to properly set up shooting for yourself and your favorite weapon, whether it’s a rifle, AWP, or Deagle. To unde...