Raised This Month: $51 Target: $400
 12% 

Admin aint working


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
HotwireGaming
Member
Join Date: Dec 2011
Old 12-25-2011 , 08:50   Admin aint working
Reply With Quote #1

Hey people!

I just got the amx mod x and installed it.
I used this http://www.tutorialecstrike.com/amxmodx_tutorial.html

My Problem is that even though i changed the users.ini
I still got the message:

Console Input: "amx_map de_dust2"
Console output: "You have no access to that command"


My server was installed in C:\Users\Oliver so i installed the amx mod x in C:\Users\Oliver\cstrike and replaced the files like the guide said.
But even with full control on files, admin prevented me from changing the users.ini
So i moved the whole Folder (\Oliver) to the Desktop where i could change the users.ini

The server is running, and when i type Meta List i get:

Currently loaded plugins:
description stat pend file vers src load unlod
[ 1] AMX Mod X RUN - amxmodx_mm.dll v1.8.1.3 ini Start ANY
[ 2] Fun RUN - fun_amxx.dll v1.8.1.3 pl1 ANY ANY
[ 3] CStrike RUN - cstrike_amxx.dll v1.8.1.3 pl1 ANY ANY
[ 4] CSX RUN - csx_amxx.dll v1.8.1.3 pl1 ANY ANY
4 plugins, 4 running

So the AMX Mod X is also running i think.

My Users.ini:
_____________________________________________ _________________
; 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"
; "My Name" "my_password" "abcdefghijklmnopqrstu" "a"

"STEAM_0:1:11290791" "" "abcdefghijklmnopqrstu" "ce"
_____________________________________________ ________________

I have also tried with IP and Name.. but nothing..

Help Plz
HotwireGaming is offline
Vita
Senior Member
Join Date: Oct 2010
Location: Serbia
Old 12-25-2011 , 09:14   Re: Admin aint working
Reply With Quote #2

You need to restart your server, after you give admin to someone.
Or in Server console type amx_reloadadmins .


Best Regards!
__________________


Affordable game hosting - www.Nikos-Hosting.com
Vita is offline
Send a message via MSN to Vita Send a message via Skype™ to Vita
HotwireGaming
Member
Join Date: Dec 2011
Old 12-25-2011 , 09:41   Re: Admin aint working
Reply With Quote #3

I tried both now, updating and restarting the server.
When updating i get:

"* Privileges set"
in game console
and
"[AMXX] Loaded 1 admin from file"
in the Server Console

But still nothing.
I am using my Steam ID that i can see in |players| tap in the Server.

_____________________________________________ !

Some extra Info that might, might not help:

I set the Time Limit Down to 1min to check on the maps.ini and mapcycle.txt
I choose diffrent maps in the maps.ini and mapcycle.txt to test what i use..

When there is about 1min - 30 sec left, the AMX shows a VoteMap and if i choose a map from it, the map changes to the chosen map.
But if i don't choose a map, the map will change to one that is in the mapcycle.txt instead.

Is that normal?
HotwireGaming is offline
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 12-25-2011 , 18:09   Re: Admin aint working
Reply With Quote #4

For the admin issue, I would view the server console before and while you connect to the server. See what it says when you log in. Post those log in lines here. Everything else seems to be fine to me. Also check if all the plugins are running (use the "amxx list" command in the server console), post it here.f

Quote:
Originally Posted by HotwireGaming View Post
if i don't choose a map, the map will change to one that is in the mapcycle.txt instead.

Is that normal?
Yes, this is normal.
__________________
fysiks is offline
hyphen
Senior Member
Join Date: Aug 2011
Old 12-26-2011 , 11:05   Re: Admin aint working
Reply With Quote #5

get into your server and type 'status' command in console and see if there is VALVE_ID_LAN with your name.
hyphen is offline
WildChild
Junior Member
Join Date: Dec 2011
Old 12-26-2011 , 18:07   Re: Admin aint working
Reply With Quote #6

Hey man. The tutorialecstrike server has already AMX MOD X in it
So, you should need to create banned.cfg, banned_ip.cfg, and banned_user.cfg
And, you have to add admins in cstrike/addons/amxmodx/configs/users
When you connect to server, you have to use amx_kick; amx_ban etc.
Hope I helped you
WildChild is offline
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 12-26-2011 , 18:13   Re: Admin aint working
Reply With Quote #7

Quote:
Originally Posted by WildChild View Post
Hey man. The tutorialecstrike server has already AMX MOD X in it
So, you should need to create banned.cfg, banned_ip.cfg, and banned_user.cfg
And, you have to add admins in cstrike/addons/amxmodx/configs/users
When you connect to server, you have to use amx_kick; amx_ban etc.
Hope I helped you
Obviously, from your other post, doing it from that website doesn't work correctly.
__________________
fysiks is offline
Vet
Veteran Member
Join Date: Jul 2006
Location: I|O wa
Old 12-26-2011 , 20:24   Re: Admin aint working
Reply With Quote #8

Use the amx_who command to check your admin privileges.
__________________
=====================================
- My Plugins -
=====================================
Vet is offline
Send a message via MSN to Vet
HotwireGaming
Member
Join Date: Dec 2011
Old 12-27-2011 , 09:29   Re: Admin aint working
Reply With Quote #9

Solved, Thx for all the Help =)

Problem was way more simple and embarrassing!

Port was closed, so i joined Lan = No admin privileges !

Or so i think it was
HotwireGaming is offline
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 12-27-2011 , 14:13   Re: Admin aint working
Reply With Quote #10

Quote:
Originally Posted by HotwireGaming View Post
Solved, Thx for all the Help =)

Problem was way more simple and embarrassing!

Port was closed, so i joined Lan = No admin privileges !

Or so i think it was
Ports have nothing to do with admin.
__________________
fysiks is offline
Reply



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

Forum Jump


All times are GMT -4. The time now is 08:49.


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