Raised This Month: $ Target: $400
 0% 

amx mod x probleme mit adminrechten


  
 
 
Thread Tools Display Modes
Author Message
PuresGras
New Member
Join Date: Aug 2007
Old 08-23-2007 , 12:17   amx mod x probleme mit adminrechten
#1

Moin,
ich kann irgendwie nicht admin rechte nutzen..
"you have no access to that command"
wenn ich amx_menu eingebe, kommt immer ein client menu wo ich nur 1 auswahl habe "exit".

ich habe amx mod x 1.60 und metamod 1.19 installiert..
ich habe mir ein server auf meinem pc eingericht welcher mit windoof xp läuft...
außerdem hab ich fangmod 2.0 installiert ( weswegen ich mir auch amx mod x geholt habe )

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)

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

"STEAM_0:18x7x6x" "xxx" "abcdefghijklmnopqrstu" "ce"
so sieht meine user.ini aus...

Quote:
// AMX Configuration File
echo Executing AMX Mod X Configuration File

// Default access for all non admin players (see users.ini for access details)
amx_default_access "z"

// Name of setinfo which should store a password on a client (you should change this)
// (Example: setinfo _pw "password")
amx_password_field "xxx"

// Mode of logging to a server
// 0 - disable logging, players won't be checked (and access won't be set)
// 1 - normal mode which obey flags set in accounts
// 2 - kick all players not on list
amx_mode 1

// Show admins activity
// 0 - disabled
// 1 - show without admin name
// 2 - show with name
amx_show_activity 2

// Frequency in seconds and text of scrolling message
amx_scrollmsg "Welcome to %hostname% -- This server is using AMX Mod X" 600

// Center typed colored messages (last parameter is a color in RRRGGGBBB format)
amx_imessage "Welcome to %hostname%" "000255100"
amx_imessage "This server is using AMX Mod X\nVisit http://www.amxmodx.org" "000100255"

// Frequency in seconds of colored messages
amx_freq_imessage 180

// Set in seconds how fast players can chat (chat-flood protection)
amx_flood_time 0.75

// Amount of reserved slots (for more details see comments in a plugin source)
amx_reservation 0

// Displaying of time remaining
// a - display white text on bottom
// b - use voice
// c - don't add "remaining" (only in voice)
// d - don't add "hours/minutes/seconds" (only in voice)
// e - show/speak if current time is less than this set in parameter
amx_time_display "ab 1200" "ab 600" "ab 300" "ab 180" "ab 60" "bcde 11"

// Announce "say thetime" and "say timeleft" with voice
amx_time_voice 1

// Minimum delay in seconds between two voting sessions
amx_vote_delay 10

// How long voting session goes on
amx_vote_time 10

// Display who votes for what option
amx_vote_answers 1

// Some ratios for voting success
amx_votekick_ratio 0.40
amx_voteban_ratio 0.40
amx_votemap_ratio 0.40
amx_vote_ratio 0.02

// Max. time to which map can be extended
amx_extendmap_max 90

// Step for each extending
amx_extendmap_step 15

// Rank mode
// 0 - by nick
// 1 - by authid
// 2 - by ip
csstats_rank 1

// Max size of the stats file
csstats_maxsize 3500

// Duration of HUD-statistics
amx_statsx_duration 12.0

// HUD-statistics display limit relative round freeze end
// Negative time will clear the HUD-statstics before the round freeze time has ended
amx_statsx_freeze -2.0

//If you set this to 0, clients cannot chose their language
amx_client_languages 1

// Plugin Debug mode
// 0 - No debugging (garbage line numbers)
// 1 - Plugins with "debug" option in plugins.ini are put into debug mode
// 2 - All plugins are put in debug mode
// Note - debug mode will affect JIT performance
amx_debug 1
fangen_on
exec addons/amxmodx/configs/fangen.cfg
und so meine amxx.cfg

wenn ich meinen sever restarte, steht dort immer "Loaded 1 Admin from file"

ich hoffe ihr könnt mir helfen...

danke

MfG PG
PuresGras is offline
pwned.
Senior Member
Join Date: Jan 2007
Location: Germany
Old 08-23-2007 , 13:44   Re: amx mod x probleme mit adminrechten
#2

1. das menü öffnet man mit "amxmodmenu" in console
2. Da du in der Users.ini

"STEAM_0:18x7x6x" "xxx" "abcdefghijklmnopqrstu" "ce"

Deine Steam Id eingibst. Brauchst du eigentlich das Passwort ( oben unterstrichen nicht)
Sollte dann so aussehen :

"STEAM_0:18x7x6x" "" "abcdefghijklmnopqrstu" "ce"

Außernatürlich du teilst deinen account mit jemandem der KEINE admin rechte besitzen soll.. sonst dürfte das nicht all zu schlimm sein denn es gibt deine Steam id nur EINMAL.


Und es gibt mittlerweile die amx version 1.76d ! Würde mal Updaten ... deine is verdammt alt

Hoffe ich hab dir Geholfen


Viele Grüße
__________________
pwned. is offline
PuresGras
New Member
Join Date: Aug 2007
Old 08-23-2007 , 15:45   Re: amx mod x probleme mit adminrechten
#3

ich hab es mit dem passwort geändert, trotzdem funktioniert es nicht folgende meldung kommt wenn ich "amxmodmenu" in die console eingebe ---> "
You have no access to that command"

also ich hab den server auf LAN eingerichtet und geh über den gleichen PC auch in den steam account und connecte auf den server ist das vielleicht ein problem?

die alte version habe ich genommen weil ich FANGEN MOD 2.0 spielen wollte...

ich hab es nach folgendem tutorial eingerichtet, kann es vielleicht daran leigen das ich was grundelegendes geändert habe und nun amx nicht mehr korrekt funktioniert?
tutorial ---> http://www.cs-expert.de/forum/thread...c5fbb6d735dc55

danke für alle antworten

MfG PG

edit: es kommt auch keine nachricht das ein admin den server betreten hat, irgendwie erkennt der mich nicht als admin an.. (

Last edited by PuresGras; 08-23-2007 at 15:48.
PuresGras is offline
pwned.
Senior Member
Join Date: Jan 2007
Location: Germany
Old 08-24-2007 , 08:31   Re: amx mod x probleme mit adminrechten
#4

mhh ? Du machst also per New game nen server? Nimmst nen anderen Pc im Netzwerk und conecctest?
__________________
pwned. is offline
PuresGras
New Member
Join Date: Aug 2007
Old 08-24-2007 , 14:17   Re: amx mod x probleme mit adminrechten
#5

ne, ich hab mir ein hldserver eingerichtet und dem pc wo der hlds ist da starte ich stem und gehe auf den server, das funktioniert auch prima...
PuresGras is offline
pwned.
Senior Member
Join Date: Jan 2007
Location: Germany
Old 08-25-2007 , 05:44   Re: amx mod x probleme mit adminrechten
#6

mhh dann überprüf mal ob du die richtige Steam id drinne hast,

Auf nen Server gehen und in console status eingeben irgendwo kommt dein name mit der Steam id dahinter..

Sonst schreib mal anstatt der Steam ID rein "loopback" "" "abcdef....."

Das is bei den neuen versionen damit der der den Lan server einrichtet admin ist... aber kA ob das geht
__________________
pwned. is offline
knoppers
Veteran Member
Join Date: Jun 2006
Location: Germany/Braunschweig
Old 08-25-2007 , 08:02   Re: amx mod x probleme mit adminrechten
#7

lanserver erkennen keine steam id!

benutz deine ip
__________________


Upload Service gesucht? www.monster-upload.net
Free TS² Server gesucht? www.chiller-oase.de
Desktop Pics gesucht? www.pic-point.com
knoppers is offline
Send a message via ICQ to knoppers
 



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 01:31.


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