Benutzerinformationen überspringen
Wohnort: Hagen
Beruf: Mechatroniker (didaktische Systeme)
Rootserver vorhanden: Nein
|
|
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 |
/**
* 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:
*
*/
"Silencer"
{
"auth" "steam"
"ip" "5.216.75.129"
"identity" "felixfighter"
"flags" "abcdefghijklmnz"
"immunity" "99"
}
|
|
|
Quellcode |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
"STEAM_0:1:17515018" "99:z" // Die Zeile über dieser mit Deiner tatsächlichen STEAM ID ersetzen "!127.0.0.1" "99:z" "!localhost" "99:z" "!192.168.2.100" "99:z" //Die Zeile über dieser mit Deiner tatsächlichen lokalen IP Adresse versehen "STEAM_0:0:15863363" "50:abcfjkn" // Die Zeile über dieser mit Deiner tatsächlichen STEAM ID ersetzen "!127.0.0.1" "50:abcfjkn" "!localhost" "50:abcfjkn" "!192.168.0.135" "50:abcfjkn" //Die Zeile über dieser mit Deiner tatsächlichen lokalen IP Adresse versehen |
Benutzerinformationen überspringen
Wohnort: Hagen
Beruf: Mechatroniker (didaktische Systeme)
Rootserver vorhanden: Nein