Sie sind nicht angemeldet.

Lieber Besucher, herzlich willkommen bei: sourceserver.info. Falls dies Ihr erster Besuch auf dieser Seite ist, lesen Sie sich bitte die Hilfe durch. Dort wird Ihnen die Bedienung dieser Seite näher erläutert. Darüber hinaus sollten Sie sich registrieren, um alle Funktionen dieser Seite nutzen zu können. Benutzen Sie das Registrierungsformular, um sich zu registrieren oder informieren Sie sich ausführlich über den Registrierungsvorgang. Falls Sie sich bereits zu einem früheren Zeitpunkt registriert haben, können Sie sich hier anmelden.

1

Montag, 4. Januar 2010, 16:00

kein Admin Menü

Hi,

auch wenn das Thema des öfteren besprochen wurde und einiges gelesen habe, komm ich nicht weiter: der Server lässt mich nicht das Admin Menü ("!Admin") öffnen atak

Fehlermeldung: [SM] You do not have access to this command.

Sourcemod erkennt mich also mit meiner in die Admin.cfg eingetragenen SteamID nicht!
Aber warum?

hier meine Admin.cfg

Quellcode

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
/**
 * USE THIS SECTION TO DECLARE DETAILED ADMIN PROPERTIES.
 *
 * Each admin should have its own "Admin" section, followed by a name.
 * The name does not have to be unique.
 *
 * Available properties: (Anything else is filtered as custom)
 *      "auth"          - REQUIRED - Auth method to use.  Built-in methods are:
 *                        "steam"  - Steam based authentication
 *                        "name"   - Name based authentication
 *                        "ip"	- IP based authentication
 *                        Anything else is treated as custom.
 *					 Note: Only one auth method is allowed per entry.
 *
 *      "identity"      - REQUIRED - Identification string, for example, a steamid or name.
 *					 Note: Only one identity is allowed per entry.
 *
 *      "password"      - Optional password to require.
 *      "group"         - Adds one group to the user's group table.
 *      "flags"         - Adds one or more flags to the user's permissions.
 *		"immunity"		- Sets the user's immunity level (0 = no immunity).
 *						  Immunity can be any value.  Admins with higher 
 *						  values cannot be targetted.  See sm_immunity_mode 
 *						  to tweak the rules.  Default value is 0.
 *
 * Example:
	"Test"
	{
		"auth"			"steam"
		"identity"		"STEAM_0:0:123"
		"flags"			"abcdefghijklmn"
	}
 *
 */
Admins
{
        "RapiD"
        {
                "auth"                   "steam"
                "identity"               "STEAM_0:0:123usw"
                "flags"			 "abcdefghijklmn"
        }
}


hab es auch mit der Admins_simple.ini versucht

Quellcode

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
//
// READ THIS CAREFULLY! SEE BOTTOM FOR EXAMPLES
//
// For each admin, you need three settings:
//  "identity"		"permissions"		"password"
//
// For the Identity, you can use a SteamID or Name.  To use an IP address, prepend a ! character.
// For the Permissions, you can use a flag string and an optional password.
//
// PERMISSIONS:
//  Flag definitions are in "admin_levels.cfg"
//  You can combine flags into a string like this:
//  "abcdefgh"
//
//  If you want to specify a group instead of a flag, use an @ symbol.  Example:
//  "@Full Admins"
//
//	You can also specify immunity values.  Two examples:
//	"83:abcdefgh"			//Immunity is 83, flags are abcdefgh
//	"6:@Full Admins"		//Immunity is 6, group is "Full Admins"
//
//	Immunity values can be any number.  An admin cannot target an admin with 
//	a higher access value (see sm_immunity_mode to tweak the rules).  Default 
//  immunity value is 0 (no immunity).
//
// PASSWORDS:
//  Passwords are generally not needed unless you have name-based authentication.
//  In this case, admins must type this in their console:
//
//   setinfo "KEY" "PASSWORD"
//
//  Where KEY is the "PassInfoVar" setting in your core.cfg file, and "PASSWORD"
//  is their password.  With name based authentication, this must be done before
//  changing names or connecting.  Otherwise, SourceMod will automatically detect
//  the password being set.
//
////////////////////////////////
// Examples: (do not put // in front of real lines, as // means 'comment')
//
//   "STEAM_0:1:16"		"bce"				//generic, kick, unban for this steam ID, no immunity
//   "!127.0.0.1"		"99:z"				//all permissions for this ip, immunity value is 99
//   "BAILOPAN"			"abc"	"Gab3n"		//name BAILOPAN, password "Gab3n": gets reservation, generic, kick
//
////////////////////////////////


"STEAM_0:0:123usw" "abcdefghijklmn"


müssen vl beides gleichzeitig aktiviert werden?

ich bin ratlos keinahn

Quellcode

1
2
3
4
[01] SourceMod (1.2.3) by AlliedModders LLC
[02] CS:S Tools (1.2.3) by AlliedModders LLC
[03] SDK Tools (1.2.3) by AlliedModders LLC
[04] CS:S DM (2.1.0.446) by AlliedModders

DeaD_EyE

Administrator

Beiträge: 3 980

Wohnort: Hagen

Beruf: Mechatroniker (didaktische Systeme)

Rootserver vorhanden: Nein

  • Nachricht senden

2

Montag, 4. Januar 2010, 16:18

Re: kein Admin Menü

Geh mal als Admin auf den Server und gib rcon sm_who ein. Vorher das Rcon-Passwort nicht vergessen einzugeben.

Dann kannst du nochmal schreiben, was für SM-Plugins laufen: sm plugins list

Beiträge: 1 537

Wohnort: Krefeld

Beruf: Student

Rootserver vorhanden: Nein

  • Nachricht senden

3

Montag, 4. Januar 2010, 17:13

Re: kein Admin Menü

Alles klar hat sich erledigt ^^
LG
GeNeRaLbEaM

Wer Rechtschreibfehler findet, darf sie behalten.

4

Dienstag, 5. Januar 2010, 00:09

Re: kein Admin Menü

also folgende plugins laufen auf Server:

Quellcode

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[SM] Listing 20 plugins:
           01 "Reserved Slots" (1.0.3) by AlliedModders LLC
           02 "Basic Chat" (1.0.3) by AlliedModders LLC
           03 "Nextmap" (1.0.3) by AlliedModders LLC
           04 "Basic Votes" (1.0.3) by AlliedModders LLC
           05 "Admin Help" (1.0.3) by AlliedModders LLC
           06 "Basic Comm Control" (1.0.3) by AlliedModders LLC
           07 "SlapSlay Commands" (1.0.3) by AlliedModders LLC
           08 "Fun Commands" (1.0.3) by AlliedModders LLC
           09 "CS:S DM Basics" (2.1.0.446) by AlliedModders LLC
           10 "CS:S DM Spawn Protection" (2.1.0.446) by AlliedModders LLC
           11 "CS:S DM Bot Quotas" (2.1.0.446) by AlliedModders LLC
           12 "CS:S DM Preset Spawns" (2.1.0.446) by AlliedModders LLC
           13 "CS:S DM Equipment" (2.1.0.446) by AlliedModders LLC
           14 "Anti-Flood" (1.0.3) by AlliedModders LLC
           15 "Fun Votes" (1.0.3) by AlliedModders LLC
           16 "Basic Ban Commands" (1.0.3) by AlliedModders LLC
           17 "Admin File Reader" (1.0.3) by AlliedModders LLC
           18 "Basic Info Triggers" (1.0.3) by AlliedModders LLC
           19 "Admin Menu" (1.0.3) by AlliedModders LLC
           20 "Basic Commands" (1.0.3) by AlliedModders LLC


wegen dem sm_who "Admin Scan" schreib ich morgen noch dazu, bin gerad von der Arbeit und sitz nicht am Spielerechner

CHUluck4

Fortgeschrittener

Beiträge: 313

Wohnort: düsseldorf

Beruf: Industriemechaniker

  • Nachricht senden

5

Dienstag, 5. Januar 2010, 10:03

Re: kein Admin Menü

Mal ne dumme Frage,

hast du auch den Server restartet bzw einen Mapchange gemacht nachdem du dich als Admin eingetragen und die Daten hochgeladen hast?

6

Dienstag, 5. Januar 2010, 11:14

Re: kein Admin Menü

Zitat von »"CHUluck4"«

Mal ne dumme Frage,

hast du auch den Server restartet bzw einen Mapchange gemacht nachdem du dich als Admin eingetragen und die Daten hochgeladen hast?



joa hab ich

sm_who ergibt das:

Quellcode

1
2
3
4
5
6
7
8
9
10
11
12
] rcon sm_who
autokick is disabled for *†REG†*™ RapiD
    Name                     Username           Admin access
 1. REG | Ted                                   none
 2. REG | Finn                                  none
 3. REG | Tony                                  none
 4. REG | Cory                                  none
 5. REG | Zim                                   none
 6. REG | Wayne                                 none
 7. REG | Rick                                  none
 8. REG | Eric                                  none
 9. *†REG†*™ RapiD                        none


es funktioniert auch nicht, wenn ich als Identifikation nur meinen Namen, also nicht die SteamID angebe

Quellcode

1
2
3
4
5
6
7
8
9
Admins
{
        "RapiD"
        {
                "auth"                   "name"
                "identity"               "RapiD"
                "flags"			 "abcdefghijklmn"
        }
}


PS: hab natürlich meinen Spielername verkürzt auf RapiD