whats the command

Use this forum if you have a relatively general question or comment about a game, Ventrilo, TeamSpeak, or Murmur/Mumble server with us. If you have a server-specific question that might not help out the community, please directly contact us through your control panel instead.
Post Reply
Loner_Cuatro
New to forums
New to forums
Posts: 4
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Tue Apr 27, 2004 9:33 pm

whats the command

Post by Loner_Cuatro »

to sign into admin with amx mod?
User avatar
Nick|NFo
Former staff
Former staff
Posts: 2252
Joined: Sun Mar 30, 2003 1:56 pm
Location: 127.0.0.1

Post by Nick|NFo »

The client must have the password entered on their side also. To do that, create a file in your ctrike folder called userconfig.cfg if you don't already have one. In it, have the client put setinfo _pw "password" in it. For example::

setinfo _pw "password"
The password field and password should match what you have on the server in users.ini

Code: Select all

// Name of setinfo which should store a password on a client
// (Example: setinfo _pw "password")
amx_password_field "_pw"
personally its alot easier to not set a password and have it rely off the steamid, which we explain in the AMX FAQ.
-Nick
Post Reply