hi, ich schon wieder shaem2
wenn ich einen admin anlegen will wie stelle ich das am besten an oder besser gesagt in welchen dateien muß ich was eintagen?? ich habe da 3 dateien admin_groups.cfg, admins.cfg, admins_simple.ini. in welche muß ich was eintragen ?
die ersten 2 sind klar aber für was ist die admins_simple.ini ???? muß ich die auch editieren ??
ich habe mich in der admins.cfg eingetragen und werde nicht als admin erkannt.
|
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
|
/**
* 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.
*
* Example:
"BAILOPAN"
{
"auth" "steam"
"identity" "STEAM_0:1:16"
"flags" "abcdef"
}
*
*/
Admins
"Schwabe"
{
"auth" "steam"
"identity" "STEAM_0:0:48xxxxx"
"flags" "abcdefghijklmnz"
}
|
besten dank im vorraus