AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   General (https://forums.alliedmods.net/forumdisplay.php?f=7)
-   -   How to add admin for amxmodx? (https://forums.alliedmods.net/showthread.php?t=161651)

OciXCrom 11-17-2019 07:35

Re: How to add admin for amxmodx?
 
Quote:

Originally Posted by TFCDRDEATH (Post 2673192)
2019 FIX TO ADD A ADMIN TO YOUR SERVER!


i was having the same issue it kept telling me that i had not server entry and would like me from the game.

WHEN YOU TRY TO ADD A PLAYER AS ADMIN

amx_addadmin "USERNAME" "abcdefghijklmnopqrstuvwxyz" "123"

YOU ARE ADDING IT CORRECT BUT SERVER IS ADDING WRONG LINE IN USER CONFIG FILE


OPEN YOUR SERVER FOLDER SIMILAR TO THIS!!
\steamapps\common\Half-Life\tfc\addons\amxmodx\configs

NOW OPEN "USERS.CFG"

FIND THE PLAYER WHICH YOU LIKE TO ADD

EXAMPLE
"STEAM_0:0:12345678" "123" "abcdefghijklmnopqrstuvwxyz" "ca" ; USERNAME

change the "CA" to a "CE

"STEAM_0:0:12345678" "123" "abcdefghijklmnopqrstuvwxyz" "ce" ; USERNAME


AND SAVE

restart server!!

there you go you are all set should now have full access to admin amx_help

This is not a bug from the server that you need to "fix" in any way. There's no wrong line that the server is adding. What is wrong is you trying to enter the server without entering your password in the game's console. Setting the flags to "ce" won't require a password, so why even bother setting one?!

Since it's 2019 like you said, it's nice to get informed about how stuff work before providing solutions to inexistent problems.


All times are GMT -4. The time now is 12:34.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.