logon

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
Shoe
A regular
A regular
Posts: 58
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Fri Mar 05, 2004 1:30 pm

logon

Post by Shoe »

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
Shoe
A regular
A regular
Posts: 58
Joined: Fri Mar 05, 2004 1:30 pm

Post by Shoe »

thank you for a quick relpy.....what is the syntax for the regulat admin?
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 »

-Nick
Shoe
A regular
A regular
Posts: 58
Joined: Fri Mar 05, 2004 1:30 pm

Post by Shoe »

@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.
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 »

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:

Code: Select all

setinfo _pw "bizzybee" 
The password field and password should match what you have on the server.
-Nick
Shoe
A regular
A regular
Posts: 58
Joined: Fri Mar 05, 2004 1:30 pm

Post by Shoe »

ty very much :D :D :D :D :D
Shoe
A regular
A regular
Posts: 58
Joined: Fri Mar 05, 2004 1:30 pm

Post by Shoe »

acuraCLS 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.
this did not work....i got unknown command for that amx_pass,amxpassword,amxpass

I can't figure it out

please help
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 »

acuraCLS 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:

Code: Select all

setinfo _pw "bizzybee" 
The password field and password should match what you have on the server.
follow this

if you need help, stop by #nfo-support on irc.gamesurge.net
-Nick
Supernuker
This is my homepage
This is my homepage
Posts: 314
Joined: Thu Jan 08, 2004 8:28 pm

Post by Supernuker »

thats a good idea.. stop by irc.. they helped me out :)
aBstracT
Staff
Staff
Posts: 233
Joined: Sun Jan 11, 2004 8:17 pm
Location: LA

Post by aBstracT »

:)
aBstracT
Staff
Staff
Posts: 233
Joined: Sun Jan 11, 2004 8:17 pm
Location: LA

Post by aBstracT »

It's better not to have a password. :)
Supernuker
This is my homepage
This is my homepage
Posts: 314
Joined: Thu Jan 08, 2004 8:28 pm

Post by Supernuker »

I agree
Shoe
A regular
A regular
Posts: 58
Joined: Fri Mar 05, 2004 1:30 pm

Post by Shoe »

I'll stop by IRC.

I just want my admins to be under their name while they are "amining"

I figure that if I can make sure that they at least logon with their "correct" name and their pw is in their user.cfg..I'll be golden..
I trust my admins...but I wan't to make sure that they are incheck. :wink:
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 »

if you are running it under steamid, then theres no way to force them to their ADMIN name.

personally, alot of people go into a server under alias like myself, because you may catch a regular hacking, or an admin abusing or being evil.
-Nick
Darkfyre|NFo
Staff
Staff
Posts: 18
Joined: Sun Mar 21, 2004 1:16 pm
Location: Tampa Bay, FL

Post by Darkfyre|NFo »

Usually its a better idea that you conform the admin rights to the player's STEAMID, and not their name. Like Acura said, it's usually easier to catch a hacker or a jerk playing on the server when they don't think an admin is on.
Post Reply