Sie sind nicht angemeldet.

Jareth

Schüler

  • »Jareth« ist der Autor dieses Themas

Beiträge: 95

Wohnort: Vetschau

Beruf: Soldat

Rootserver vorhanden: Ja

  • Nachricht senden

1

Donnerstag, 12. August 2010, 09:58

Wie kann ich mehrer admins eintrage in der cfg .

Wie kann ich mehrer admins eintrage ich hab das jetzt so ?

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
48
49
50
 *
 * 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
{
	"Jareth"
	{
		"auth"			"steam"
		"identity"		"STEAM_0:1:22174514"
		"flags"			"z"
	}

}

{
	"EmporioArmani"
	{
		"auth"			"steam"
		"identity"		"STEAM_0:0:32188692"
		"flags"			"abcdefj"
	}

2

Donnerstag, 12. August 2010, 10:16

Re: Wie kann ich mehrer admins eintrage in der cfg .

Versuchs mal so

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
*
* 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
{
   "Jareth"
   {
      "auth"          "steam"
      "identity"      "STEAM_0:1:22174514"
      "flags"         "z"
   }
   "EmporioArmani"
   {
      "auth"          "steam"
      "identity"      "STEAM_0:0:32188692"
      "flags"         "abcdefj"
   }
}



Ich habe eben in deinem andern thread gelesen das du sourcebans nutz warum machst du darüber nicht einfach deine admin verwalten?
Sourceserver.info/irc

----------------------------------------------------------------------------


Jareth

Schüler

  • »Jareth« ist der Autor dieses Themas

Beiträge: 95

Wohnort: Vetschau

Beruf: Soldat

Rootserver vorhanden: Ja

  • Nachricht senden

3

Donnerstag, 12. August 2010, 10:45

Re: Wie kann ich mehrer admins eintrage in der cfg .

Habe ich nocht nicht installiert muss ich schauen wie ichd as installiere und wie ich da admins verwalte das aist alles ganz neues Gebiet für mich