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.

Puffin

Beginner

  • "Puffin" started this thread

Posts: 2

wcf.user.option.userOption53: Nein

  • Send private message

1

Sunday, September 27th 2015, 11:38am

Adminrechte in Sourcemods

Hi leute,

hab ein bekanntes Problem was ich nu versucht habe mit Hlfe von einigen Seiten zu beheben ...erfolglos

" sourcemod You do not have access to this command. "

:D glaub das hatte sogut wie jede rmal durch ^^

Vorweg ein paar Fragen

Müssen meine Steamdaten NUR in die Admin.cfg oder auch in die Admins simple ?
dann hab ich gelesen das man bei der Steam Id das U gegen eine 0 tauschen muss ist das so korrekt ?

Jetzt kommen wir zu meinem Gebastel ^^

Admins.cfg

* Example:
"BAILOPAN"
{
"auth" "steam"
"identity" "STEAM_0:1:16"
"flags" "abcdef"
}
*
*/
Admins
{
"Moe"
{
"auth" "steam"
"identity" "STEAM_x:x:xxxxxxxx"
"flags" "z"
"immunity" "99"
}

und in der Admins simple

////////////////////////////////
// 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:1:xxxxxxxx" "99:z"


Bin für jede Hilfe dankbar ;)

Liebe Grüße
Dennis alias Puffin

fluxX

Super Moderator

Posts: 1,056

Location: Österreich

Occupation: IT Systemadministrator

wcf.user.option.userOption53: Ja

  • Send private message

2

Sunday, September 27th 2015, 1:28pm

Hi,

solang du keine Adminverwaltung hast und deine Admins per Hand einträgst reicht die admins_simple.cfg

"STEAMID" "flags"

Server neustarten od. sm_reloadadmins in die Serverconsole.

Greetz

This post has been edited 1 times, last edit by "fluxX" (Sep 27th 2015, 2:04pm)


Puffin

Beginner

  • "Puffin" started this thread

Posts: 2

wcf.user.option.userOption53: Nein

  • Send private message

3

Sunday, September 27th 2015, 2:30pm

Danke dir :) so passt es ^^