logon
-
- A regular
- Posts: 58
- https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
- Joined: Fri Mar 05, 2004 1:30 pm
logon
I've searched a lot and I just have no luck.....How do players logon to the amx permissions and admin permissions..I got everything set up right....but i don't know the command to auth to the user id
@acura,
thank you for replying.....I understand that and have set it up that way, but I also want pw's on the "admin" commands...in the link that you gave me there is "" for the password which makes it not required...I have a pw there for my admins...and I'm trying to find out how they would log on to it.
thank you for replying.....I understand that and have set it up that way, but I also want pw's on the "admin" commands...in the link that you gave me there is "" for the password which makes it not required...I have a pw there for my admins...and I'm trying to find out how they would log on to it.
ok in the amx/amx.cfg theres a line:
amx_password_field "_pw"
thats default
This password field needs to match on the server and the client. It can be what ever you want, but it must match. If you use the default shown above, then the clients should have setinfo _pw "password" set in their userconfig.cfg file in their cstrike folder.
Above is what you do on the server's side. 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:
The password field and password should match what you have on the server.
amx_password_field "_pw"
thats default
This password field needs to match on the server and the client. It can be what ever you want, but it must match. If you use the default shown above, then the clients should have setinfo _pw "password" set in their userconfig.cfg file in their cstrike folder.
Above is what you do on the server's side. 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:
Code: Select all
setinfo _pw "bizzybee"
-Nick
this did not work....i got unknown command for that amx_pass,amxpassword,amxpassacuraCLS wrote:if you setup your amx admins with no password and have the flag to not check the password, once they join the server, they would have admin instantly, based off their steamid
if you want a password, then they would go amx_password "pass" pass = whatever pass set.
I can't figure it out
please help
follow thisacuraCLS wrote:ok in the amx/amx.cfg theres a line:
amx_password_field "_pw"
thats default
This password field needs to match on the server and the client. It can be what ever you want, but it must match. If you use the default shown above, then the clients should have setinfo _pw "password" set in their userconfig.cfg file in their cstrike folder.
Above is what you do on the server's side. 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:
The password field and password should match what you have on the server.Code: Select all
setinfo _pw "bizzybee"
if you need help, stop by #nfo-support on irc.gamesurge.net
-Nick
-
- This is my homepage
- Posts: 314
- Joined: Thu Jan 08, 2004 8:28 pm
-
- Staff
- Posts: 18
- Joined: Sun Mar 21, 2004 1:16 pm
- Location: Tampa Bay, FL