Sie sind nicht angemeldet.

1

Freitag, 3. Oktober 2008, 19:07

Client.txt

habe ein problem mit der imunity weiß aber nicht werlches bitte um hilfe

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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
"clients.txt"
{
	"version"	"1"
    // This key group lists all your client players
    "players"
    {
        // This must be a unique client name
        "Client_1"
        {
            // Client real name
            "name"    "Tealk"
            // Steam ID for client
            "steam"		"STEAM_0:0:18981956"
            "email"		"tealk@freek-players.de"
            "IP"		"YOUR LAN IP"
            // This is the admin group the client is subscribed to
			"groups"
			{
				"Admin"	"Serveradminr"
				"Immunity"	"Serveradmin"
			}
		}
        "Client_2"
        {
            // Client real name
            "name"    "Brayn"
            // Steam ID for client
            "steam"		"STEAM_0:1:13200439"
            "email"		"brayn@freek-players.de"
            "IP"		"YOUR LAN IP"
            // This is the admin group the client is subscribed to
			"groups"
			{
				"Admin"	"Serveradmin"
				"Immunity"	"Serveradmin"
			}
		}
        "Client_3"
        {
            // Client real name
            "name"    "Badnews"
            // Steam ID for client
            "steam"		"STEAM_0:1:16066204"
            "email"		"YOUR E-MAIL"
            "IP"		"YOUR LAN IP"
            // This is the admin group the client is subscribed to
			"groups"
			{
				"Admin"	"Moderateur"
				"Immunity"	"Moderateur"
			}
		}
        "Client_4"
        {
            // Client real name
            "name"    "Chaos"
            // Steam ID for client
            "steam"		"STEAM_0:0:17327925"
            "email"		"YOUR E-MAIL"
            "IP"		"YOUR LAN IP"
            // This is the admin group the client is subscribed to
			"groups"
			{
				"Admin"	"Moderateur"
				"Immunity"	"Moderateur"
			}
		}
        "Client_5"
        {
            // Client real name
            "name"    "Erik"
            // Steam ID for client
            "steam"		"STEAM_0:1:19129044"
            "email"		"YOUR E-MAIL"
            "IP"		"YOUR LAN IP"
            // This is the admin group the client is subscribed to
			"groups"
			{
				"Admin"	"Moderateur"
				"Immunity"	"Moderateur"
			}
		}
        "Client_6"
        {
            // Client real name
            "name"    "YOUR PSEUDO"
            // Steam ID for client
            "steam"		"YOUR_STEAMID"
            "email"		"YOUR E-MAIL"
            "IP"		"YOUR LAN IP"
            // This is the admin group the client is subscribed to
			"groups"
			{
				"Admin"	"Moderateur"
				"Immunity"	"Moderateur"
			}
		}
        "Client_7"
        {
            // Client real name
            "name"    "YOUR PSEUDO"
            // Steam ID for client
            "steam"		"YOUR_STEAMID"
            "email"		"YOUR E-MAIL"
            "IP"		"YOUR LAN IP"
            // This is the admin group the client is subscribed to
			"groups"
			{
				"Admin"	"Moderateur"
				"Immunity"	"Moderateur"
			}
		}
        "Client_8"
        {
            // Client real name
            "name"    "YOUR PSEUDO"
            // Steam ID for client
            "steam"		"YOUR_STEAMID"
            "email"		"YOUR E-MAIL"
            "IP"		"YOUR LAN IP"
            // This is the admin group the client is subscribed to
			"groups"
			{
				"Admin"	"Moderateur"
				"Immunity"	"Moderateur"
			}
		}
        "Client_9"
        {
            // Client real name
            "name"    "YOUR PSEUDO"
            // Steam ID for client
            "steam"		"YOUR_STEAMID"
            "email"		"YOUR E-MAIL"
            "IP"		"YOUR LAN IP"
            // This is the admin group the client is subscribed to
			"groups"
			{
				"Admin"	"Moderateur"
				"Immunity"	"Moderateur"
			}
		}
        "Client_10"
        {
            // Client real name
            "name"    "YOUR PSEUDO"
            // Steam ID for client
            "steam"		"YOUR_STEAMID"
            "email"		"YOUR E-MAIL"
            "IP"		"YOUR LAN IP"
            // This is the admin group the client is subscribed to
			"groups"
			{
				"Admin"	"Moderateur"
				"Immunity"	"Moderateur"
			}
		}
	}
    // These are the admins groups a client can subscribed to
	"groups"
	{
		"Immunity"
		{
        "Serveradmin"    "a afk autojoin b c d e f grav g h i k l m n o p ping q r s t u v w x y"
	"Moderateur"	 "a afk autojoin ping"
		}
		"Admin"
		{
 "Serveradmin"    "a j k r q e m b s o a c p w z x y i l f t d g R B v V Q D C A E F G H I J K L M N O P S T U W X Y Z admin client pban spray grav"
 "Moderateur"    "a b c d e f g  grav i k l m o p pban s t v A F G I T U V Y client admin"
		}
	}
}

2

Freitag, 3. Oktober 2008, 19:26

Re: Client.txt

Ein Thread sollte reichen...