You are not logged in.

Hg Butte

Beginner

  • "Hg Butte" started this thread

Posts: 5

wcf.user.option.userOption53: Nein

  • Send private message

1

Friday, December 19th 2014, 12:13pm

sourcemod funktioniert nicht

Hallo ich kann keine admins eintragen das sourcemod erkennt mich nicht
ich habe schon sämtliche threads versucht bzw sämtliche videos geschaut
ich habe einfach kein zugriff auf dem server kann mir jemand helfen

mfg

General

Super Moderator

Posts: 1,043

Location: Mönchengladbach

Occupation: Brückenkranführer / Staplerfahrer

wcf.user.option.userOption53: Nein

  • Send private message

2

Friday, December 19th 2014, 12:15pm

gibt das ( plugin_print; meta list ) mal in die Console ein und poste die Ausgabe davon hier her

Neoxx

Professional

Posts: 570

Location: Schleswig-Holstein

wcf.user.option.userOption53: Ja

  • Send private message

3

Friday, December 19th 2014, 12:21pm

Ich frage mal blöd :)

Hast du auch Metamod installiert?

Gruß Neoxx

Hg Butte

Beginner

  • "Hg Butte" started this thread

Posts: 5

wcf.user.option.userOption53: Nein

  • Send private message

4

Friday, December 19th 2014, 12:22pm

jaa kla ist metamod installiert

Neoxx

Professional

Posts: 570

Location: Schleswig-Holstein

wcf.user.option.userOption53: Ja

  • Send private message

5

Friday, December 19th 2014, 12:24pm

2 Blöde frage von meiner seite aus

In welche cfg hast du dich als admin eingetragen?

Hg Butte

Beginner

  • "Hg Butte" started this thread

Posts: 5

wcf.user.option.userOption53: Nein

  • Send private message

6

Friday, December 19th 2014, 12:26pm

habs mit beinden versucht

1 mal die admin.cfg
2 und admin_simple

Neoxx

Professional

Posts: 570

Location: Schleswig-Holstein

wcf.user.option.userOption53: Ja

  • Send private message

7

Friday, December 19th 2014, 12:28pm

Um an deine steam id ran zu kommen musst du auf einem server sein dann schreibst du "status" in die console & kopierst dir deine steam id!

Anleitung um die Console zu öffnen!

Und nun schreibst du deine id so in die admin_simple.ini rein "deine-steamid" "99:z"

This post has been edited 6 times, last edit by "Neoxx" (Dec 19th 2014, 12:45pm)


Hg Butte

Beginner

  • "Hg Butte" started this thread

Posts: 5

wcf.user.option.userOption53: Nein

  • Send private message

8

Friday, December 19th 2014, 12:30pm

ich habe es so !!

Spoiler Spoiler

Source code

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
//
// 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_1:0:78033717" "z"
////////////////////////////////

This post has been edited 1 times, last edit by "General" (Dec 19th 2014, 12:32pm)


hEAVEN

Trainee

Posts: 83

Location: Berlin

wcf.user.option.userOption53: Nein

  • Send private message

9

Friday, December 19th 2014, 12:48pm

Entferne doch bitte "//" in Zeile 43

Neoxx

Professional

Posts: 570

Location: Schleswig-Holstein

wcf.user.option.userOption53: Ja

  • Send private message

10

Friday, December 19th 2014, 12:50pm

Ja gut so geht es einfacher big-lol
Da habe ich nicht ganz aufgepasst

Hg Butte

Beginner

  • "Hg Butte" started this thread

Posts: 5

wcf.user.option.userOption53: Nein

  • Send private message

11

Friday, December 19th 2014, 12:51pm

okey ich versuche es gleich mal

hEAVEN

Trainee

Posts: 83

Location: Berlin

wcf.user.option.userOption53: Nein

  • Send private message

12

Saturday, December 20th 2014, 1:26pm

Wäre schön wenn du uns noch mitteilen könntest ob es nun geht.

Similar threads