Forums.Counter-Strike.com | Counter-Strike Community Forums

Go Back   Forums.Counter-Strike.com | Counter-Strike Community Forums > Game Servers > Half-Life 1 Mods & Plugins > AMX Mod X
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Free Clan 

Websites Hosting
Reply
 
LinkBack Thread Tools Search this Thread
Old 06-14-2009, 12:10 PM   #1 (permalink)
xXiamCr4zyXx
Member
Hostage
 
Join Date: Jun 2009
Posts: 10
Exclamation

Hey, well i have a problem i read this thread [Guide] How to add admins and i did everything what it said for /username/password but the problem is i dont know how to login In game with /username and password.

2. Questions is more like a request for a script.
How do i do when i player connects to my server something shows up example:
[Title] Choose your language

1.Slovenski
2.Bosanski
3.English

And when he presses number 3 a text would show up:

[Title] Rules
1.No hax!
2.No spamming
3.No camping
4.No cursing (e.g **** you)

And then after 1min the text would dissaper.

3.How do i make something like that every 10 mins a text would show up:

Please visit our forums ((sorry my post count must be 10))

~Thanks and sorry im a **** i started my server yesterday

Alright, i know how to loggin but there's a problem. I added some friends as admin and they can be admins normally, but when i added myself as an admin and when i type in the console setinfo_pw Mypassword and when i connect to the server it kicks me out help me PLZZZZ!!!

Oh sorry i forgot to add my script how it looks like:
this is user.ini file...

Quote:
; Users configuration file
; File location: $moddir/addons/amxmodx/configs/users.ini

; Line starting with ; is a comment

; Access flags:
; a - immunity (can't be kicked/baned/slayed/slaped and affected by other commmands)
; b - reservation (can join on reserved slots)
; c - amx_kick command
; d - amx_ban and amx_unban commands
; e - amx_slay and amx_slap commands
; f - amx_map command
; g - amx_cvar command (not all cvars will be available)
; h - amx_cfg command
; i - amx_chat and other chat commands
; j - amx_vote and other vote commands
; k - access to sv_password cvar (by amx_cvar command)
; l - access to amx_rcon command and rcon_password cvar (by amx_cvar command)
; m - custom level A (for additional plugins)
; n - custom level B
; o - custom level C
; p - custom level D
; q - custom level E
; r - custom level F
; s - custom level G
; t - custom level H
; u - menu access
; z - user (no admin)

; 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. eg: if you set it so the name "Ham"
; is protected and case sensitive (flags "k" only), then anybody
; can use the names "haM", "HAM", "ham", etc, but not "Ham"

; Password:
; Add to your autoexec.cfg: setinfo _pw "<password>"
; Change _pw to the value of amx_password_field

; Format of admin account:
; <name|ip|steamid> <password> <access flags> <account flags>

; Examples of admin accounts:
; "STEAM_0:0:123456" "" "abcdefghijklmnopqrstu" "ce"
; "123.45.67.89" "" "abcdefghijklmnopqrstu" "de"
; "*Tweety*" "blahblah" "abcdefghijklmnopqrstu" "a"

"loopback" "" "abcdefghijklmnopqrstu" "de"
"TRuLeX^" "blahblah" "abcdefghijklmnopqrstu" "a"
"*Tweety*" "blahblah" "abcdefghijklmnopqrstu" "a"

Last edited by Mr.Bob; 06-15-2009 at 12:40 AM.
xXiamCr4zyXx is offline   Reply With Quote
Old 06-15-2009, 12:51 AM   #2 (permalink)
Mr.Bob
Member
THE ARCHITECT!
 
Mr.Bob's Avatar
 
Join Date: Jun 2008
Location: USA
Posts: 3,974
Default Re: How to logging as admin and ....

1: Language is normally set from the client side before they log into a server, so you shouldn't need to ask them to set their language.

2: As for a rules list, I post it in the MOTD.txt file in the cstrike folder. It's the window that pops up every time you join a server. Now most people pass it up so I added the rules in the Adverts that pop up every few minutes in the chat box, although you can have it pop up anywhere in the config files that come with the admin mods. Being that you posted in the H-L 1 section this is for 1.6 so your admin mod choices are Admin Mod or AMX mods, AMX or AMX-ModX. Once you have one of those installed a whole new world of configuration opens to you.

3: seeing as how you added the script from AMX you can easily add the rules in. In the AMX config file there is a line where you put in a welcoming. It normally says something like "This server is running AMX mod, go to "WEB SITE" for details". Now there is nothing that says you can't edit that to say what you want. This is one area you can add your rules. Most likely you'll have to do a one liner like "Rules: 1.No hax! 2.No spamming 3.No camping 4.No cursing (e.g **** you)" as I am not sure if it will see the next line as part of the previous line and not a new line of code.

4: Pop-ups or Adverts. If you want to have text pop up with whatever saying you'l have to look for a text line that has a rule for time between pop up or, like Mani Admin for CS:S, an Adverts file. Not having AMX on my servers, we're an all CS:S clan now, I would have to dig into this further to see what files they have now.

5: Admin. Please edit your admin file while out of the game. Doing admin additions in game leads to errors or the files don't save after a map change.

As long as you have FTP access to your server, where you log in and it looks like your navigating your own computer, you can load any file to your server. This is easier if your host supports zipped files. You can load the admin list to the server in a zipped format and then unzip it through the server control panel you host provides for you. This allows the file to be loaded with out changing the file properties to what the folder is you installed it to. Helpful for read only files.
Mr.Bob is offline   Reply With Quote
Old 06-15-2009, 12:43 PM   #3 (permalink)
xXiamCr4zyXx
Member
Hostage
 
Join Date: Jun 2009
Posts: 10
Default Re: How to logging as admin and ....

Quote:
5: Admin. Please edit your admin file while out of the game. Doing admin additions in game leads to errors or the files don't save after a map change.

As long as you have FTP access to your server, where you log in and it looks like your navigating your own computer, you can load any file to your server. This is easier if your host supports zipped files. You can load the admin list to the server in a zipped format and then unzip it through the server control panel you host provides for you. This allows the file to be loaded with out changing the file properties to what the folder is you installed it to. Helpful for read only files.
Thanks for your time and help, but i have no idea what to do to fix the problem.I'm hosting my server alone. And whats FTP ? And I have another problem now.Now it seems that only me and my another friend cant loggin as admins. My cousin from other country "Bosnia" can loggin as admin, but my friend from "Slovenia" (where I live too) cant enter as an admin. I also found out that we have the same provider of internet "T2". Which the IP is almost on the START the same.
Example:
My: 87.121.****
His: 87.121.****

This is from the other thread:
Quote:
Depending on how you edited your clients.txt file you don't have to actually log in. If you set it to ask for a UN/PW then you do, but if you used a SteamID or IP then you'll be able to just use the AMX commands with out logging in. Post a section of your clients text with your admin, leave out passwords, and we can check it.
1.Where can i find clients.txt ?
2. I'm using UN/PW and i loggin with the setinfo_pw mypass and when i connect to my server it kicks me out and it said "Invalid password", this also happens to my friend from the same country, but not to my cousin from other country.
3.I'm using AMX mod X
4.
Quote:
leave out passwords,
That means I dont edit the passwords so you can see the real pass? (its okay for me ...)

Quote:
2: As for a rules list, I post it in the MOTD.txt file in the cstrike folder. It's the window that pops up every time you join a server. Now most people pass it up so I added the rules in the Adverts that pop up every few minutes in the chat box, although you can have it pop up anywhere in the config files that come with the admin mods. Being that you posted in the H-L 1 section this is for 1.6 so your admin mod choices are Admin Mod or AMX mods, AMX or AMX-ModX. Once you have one of those installed a whole new world of configuration opens to you.
Okay ... i have AMX mod X installed,
So how can i make the rules ?
Quote:
2. Questions is more like a request for a script.
How do i do when i player connects to my server something shows up example:
[Title] Choose your language

1.Slovenski
2.Bosanski
3.English

And when he presses number 3 a text would show up:

[Title] Rules
1.No hax!
2.No spamming
3.No camping
4.No cursing (e.g **** you)
I can write in all three languages the rules i dont need translation or anything ....

~Really thanks for your help!
xXiamCr4zyXx is offline   Reply With Quote
Old 06-15-2009, 02:29 PM   #4 (permalink)
Mr.Bob
Member
THE ARCHITECT!
 
Mr.Bob's Avatar
 
Join Date: Jun 2008
Location: USA
Posts: 3,974
Default Re: How to logging as admin and ....

1: Down load the mod here.

2: Install, follow these instructions. There might be more to download such as MetaMod

3: Follow this set of instructions to add admins.


Being that you are home hosting this server you'll need to make sure you have the code "sv_lan 0" in the server.cfg file found in the C:\Program Files (x86)\Steam\steamapps\Your Log In\counter-strike\cstrike\cfg path.

The clients.txt file is for Mani Admin for CS:S. AMX-ModX has a User.ini file for admin, the AMX install guide as well as the admin guide will tell you how to edit it.
Mr.Bob is offline   Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Admin problems (complete admin ****) : ) xxx011 Counter Strike 1.6 2 04-18-2009 01:45 PM
Need Help Logging Into Admin Mod On My Server!! ajn24 AdminMod 3 10-24-2007 09:21 PM
Logging console output dohtem Configs 2 03-12-2007 09:20 PM
Anyone else having trouble logging in? corgan Counter Strike 1.6 7 12-18-2006 09:18 AM


All times are GMT -5. The time now is 07:47 AM.



Powered by vBulletin Version 3.7.2
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0 RC5
Free Clan Websites and Template Hosting