You are not logged in.

Newbie'

Professional

  • "Newbie'" started this thread

Posts: 580

Location: Zuhause

wcf.user.option.userOption53: Nein

  • Send private message

1

Tuesday, May 28th 2013, 6:57pm

admin_groups.cfg / admins.cfg

Hallo,

Ich nutze von Sourcemod folgendes Plugin dieses läuft mit dem Sourcemod Immunity Level, nun komm ich leider nicht wirklich weiter.

admin_groups.cfg

Source code

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Groups
{
	"Default"
	{
		"immunity"		"1"
	}
	
 "resslot"
	{
		 Overrides
		 {
		 }
		"flags"			""
 		"immunity"        	"5"	
	}
}


admins.cfg

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
Admins
{
	"Newbie"
	{
		"auth"			"steam"
		"identity"		"STEAM_0:0:27073305"
		"flags"			"z"
		"immunity"		"99"
	}
        
	"Newbie"
	{
		"auth"			"steam"
		"identity"		"STEAM_0:0:40759872"
		"flags"			"z"
		"immunity"		"99"
	}

	"Impact"
	{
		"auth"			"steam"
		"identity"		"STEAM_0:0:54651476"
		"group"		"resslot"
	}
}

Nun funzt das nur alles nicht so wie ich will, ist dort was falsch könnte mir deswegen wer helfen?

MfG,
Newbie'

General

Super Moderator

Posts: 1,043

Location: Mönchengladbach

Occupation: Brückenkranführer / Staplerfahrer

wcf.user.option.userOption53: Nein

  • Send private message

2

Wednesday, May 29th 2013, 8:08am

Source code

1
2
3
4
5
6
7
8
9
10
11
12
13
Groups
{
	"Default"
	{
		"immunity"		"1"
	}
	
        "resslot"
	{
		"flags"			"a"
 		"immunity"        	"5"	
	}
}

This post has been edited 1 times, last edit by "General" (May 29th 2013, 9:51am)


Similar threads