You are not logged in.

Dear visitor, welcome to sourceserver.info. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

stephan8510

Beginner

  • "stephan8510" started this thread

Posts: 2

wcf.user.option.userOption53: Nein

  • Send private message

1

Thursday, February 18th 2016, 12:12pm

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

Professional

Posts: 501

Location: Schleswig-Holstein

wcf.user.option.userOption53: Ja

  • Send private message

2

Thursday, February 18th 2016, 12:49pm

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

Source code

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


Oder du benutzt Sourcebans um deine Admins zu verwalten.

Gruß Neoxx

stephan8510

Beginner

  • "stephan8510" started this thread

Posts: 2

wcf.user.option.userOption53: Nein

  • Send private message

3

Thursday, February 18th 2016, 2:13pm

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

Posts: 1,056

Location: Österreich

Occupation: IT Systemadministrator

wcf.user.option.userOption53: Ja

  • Send private message

4

Thursday, February 18th 2016, 3:59pm

Eine STEAMID fängt nicht mit

Source code

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

Greetz

HSFighter

Administrator

Posts: 1,517

Location: Flensburg

Occupation: Industrieelektroniker

wcf.user.option.userOption53: Nein

  • Send private message

5

Saturday, February 20th 2016, 1:24pm

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)

Similar threads