Sie sind nicht angemeldet.

1

Donnerstag, 18. Februar 2016, 12:12

SM keine Adminrechte

Hallo

Ich habe ein frisch installierten Css Server. Keine Weitern Plugins drauf und wenn ich sm_admin eingeben kommt du hast keine berechtigung.
Ich vermute ja das es an der steam id liegt die XXX in meiner sind nur hier in der cfg stehen natürlich die Zahlen

Das sind meine ersten versuche mit diesen Plugin, sonst habe ich immer maniadmin benutzt.




Wenn ich
meta list
[01] SourceMod (1.7.3-dev+5292) by AlliedModders LLC
[02] CS Tools (1.7.3-dev+5292) by AlliedModders LLC
[03] SDK

In der admin.cfg steht

/**
* 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:
"BAILOPAN"
{
"auth" "steam"
"identity" "STEAM_0:1:16"
"flags" "abcdef"
}
*
*/
Admins
{
"stephan8510"
{
"auth" "steam"
"indetity" "STEAM_U:1:55XXXXX"
"flags" "z"
}


}

und in der admis_simple

//
// 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_U:1:55XXXX" "z"


Falls es nicht daran liegt woran kann es dann liegen das ich keine berechtigung bekomme?

Vielen Dank

Neoxx

Profi

Beiträge: 495

Wohnort: Schleswig-Holstein

Rootserver vorhanden: Ja

  • Nachricht senden

2

Donnerstag, 18. Februar 2016, 12:49

Trag es einfach so in die admins.simple.ini ein dann hast du volle Rechte.

Quellcode

1
"STEAM_ID"		"99:z" //Dein name falls weitere admins dazu kommen


Oder du benutzt Sourcebans um deine Admins zu verwalten.

Gruß Neoxx

3

Donnerstag, 18. Februar 2016, 14:13

Hallo,

sourceban benutze ich nicht nein. Ich hab nur metamod und source Mod drauf.

Habe es jetzt so gemacht. Funktioniert allerdings auch nicht.

fluxX

Super Moderator

Beiträge: 1 056

Wohnort: Österreich

Beruf: IT Systemadministrator

Rootserver vorhanden: Ja

  • Nachricht senden

4

Donnerstag, 18. Februar 2016, 15:59

Eine STEAMID fängt nicht mit

Quellcode

1
STEAM_U
an. Such dir deine richtige STEAMID raus, dann funktioniert das auch.

Greetz

HSFighter

Administrator

Beiträge: 1 517

Wohnort: Flensburg

Beruf: Industrieelektroniker

Rootserver vorhanden: Nein

  • Nachricht senden

5

Samstag, 20. Februar 2016, 13:24

Genau!

Einfach mal hier vorbei schauen und die dein Profil angeben:


http://steamidfinder.com/



-
Anti Cheat: www.smacbans.com
Kein direkter Support per PM (nur auf Anforderung)

Ähnliche Themen