AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Suggestions / Requests (https://forums.alliedmods.net/forumdisplay.php?f=12)
-   -   protect admin nick (https://forums.alliedmods.net/showthread.php?t=97340)

emie22 07-15-2009 00:54

protect admin nick
 
is there a plugin which protect the admin nick from being change by other players? because some troublemakers kept changing the host nick. :)

johnjg75 07-15-2009 00:56

Re: protect admin nick
 
You should be able to by giving yourself immunity by setting the a admin flag. Depends what plugin you're using.

emie22 07-15-2009 02:20

Re: protect admin nick
 
what file should I edit? and what is the cvars the a admin flag

johnjg75 07-15-2009 02:22

Re: protect admin nick
 
configs/users.ini
"STEAM_0:0:123456" "" "abcdefghijklmnopqrstu" "ce"

HellCrusher 07-15-2009 02:55

Re: protect admin nick
 
You talking about Admin Name or Host Name??

Since host name can be change only by Admin, its NOT possible to from "Z" flagged player.

If your question concerned with Admin's Nick, that can surely protect.

Edit the USERS.INI file located at \cstrike\addons\amxmodx\configs folder & add following line:

Code:

"Admin Nick Name" "Password" "abcdefghijklmnopqrstu" "a"
Add this Line to your autoexec.cfg/config.cfg
Code:

setinfo _pw "<password>"
But the safe way is adding admin by using STEAM ID:
Code:

"STEAM_0:0:123456" "" "abcdefghijklmnopqrstu" "ce"
Hopes this will will help you out..

emie22 07-15-2009 04:51

Re: protect admin nick
 
I host a listen server so Im already an admin and my line is "loopback" "" "abcdefghijklmnopqrstu" "de" but still other players can change my nick. what should I do?

HellCrusher 07-15-2009 07:07

Re: protect admin nick
 
First confirm that there should be NO semicolon at the beginning of the line.

Then do like this:
[IMG]http://img223.**************/img223/7849/amxadminadd.png[/IMG]

Add this Line to your CS Game's(NOT Server's) autoexec.cfg or config.cfg
Code:

setinfo _pw "<password>"

Example:  setinfo _pw "Tr!n!7y"


DarkGod 07-15-2009 15:56

Re: protect admin nick
 
They are using 'cmd name' to change your name. This has nothing to do with AMX Mod X at all. I'm sure that a scriptor can help prevent it as requested, though. It can however not be prevented by any of the solutions posted by the other people in this thread.

HellCrusher 07-15-2009 19:47

Re: protect admin nick
 
Sorry, its my mistake. Previously I've given you the wrong info.

Please look at these Account Level Flags(given within USERS.INI):
Code:

Account flags:
a - disconnect player on invalid password
b - clan tag
c - this is steamid/wonid
d - this is ip
e - password is not checked (only name/ip/steamid needed)
k - name or tag is case sensitive.

So previously we are ignoring Password & using nick name instead of IP address. Thats totally wrong.

Here is the modified solution.

[IMG]http://img223.**************/img223/116/amxadminadd2.png[/IMG]
Please Note: This is TESTED & WORKED FINE ON MY SERVER.

Cheers...

emie22 07-15-2009 20:59

Re: protect admin nick
 
thank you all


All times are GMT -4. The time now is 17:48.

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