You are not logged in.

Dear visitor, welcome to sourceserver.info. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

Newbie'

Professional

  • "Newbie'" started this thread

Posts: 580

Location: Zuhause

wcf.user.option.userOption53: Nein

  • Send private message

1

Friday, May 24th 2013, 6:23pm

H-Reserved Slots

Hallo,

Ich nutze von Sourcemod folgendes Plugin für Reserved Slot. Hab dieses soweit eingestellt nur habe ich eben feststellen müssen das dieses nicht wirklich läuft.
Sollte jemand dieses Plugin nutzen wäre ich für Hilfe dankbar.

Hier einmal die cfg vom Plugin:

Spoiler Spoiler

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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
// ConVars for plugin "hreserved_slots.smx"

// protect admins from beeing dropped from server by reserved slot access (0: no protection, 1: except spec mode, 2: full protection)
// -
// Default: "1"
sm_hreserved_admin_protection "2"

// kick bots/fake clients (e.g. SourceTV)? (0: kick, 1: do not kick)
// -
// Default: "0"
sm_hreserved_bot_protection "0"

// method for dropping players to free a reserved slot (0: no players are dropped from server, 1: kick, 2: offer to be redirected to the server specified in sm_hreserved_redirect_target)
// -
// Default: "1"
sm_hreserved_drop_method "1"

// select how players are chosen to be dropped from server when there are multiple targets with the same priority. (0: highest ping, 1: shortest connection time)
// -
// Default: "0"
sm_hreserved_drop_select "0"

// value to be subtracted from the immunity level of spectators. The value 0 will make spectators to be treated like players in the game
// -
// Default: "1"
sm_hreserved_immunity_decrement "1"

// alternate server a client is offered to be redirected to, if sm_hreserved_drop_method is set to value 2
// -
// Default: ""
sm_hreserved_redirect_target ""

// time to show the redirection offer dialog
// -
// Default: "12"
sm_hreserved_redirect_timer "12"

// number of reserved slots (do not specify or set to -1 to automatically use hidden slots as reserved)
// -
// Default: "-1"
sm_hreserved_slots_amount "1"

// disable/enable reserved slots
// -
// Default: "1"
sm_hreserved_slots_enable "1"

// use sourcemod immunity level to find a player to be dropped (0: do not use immunity , 1: use immunity level)
// -
// Default: "1"
sm_hreserved_use_immunity "1"


Sowie wie meine admins.cfg

Spoiler Spoiler

Source code

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Admins
{
	"Newb"
	{
		"auth"			"steam"
		"identity"		"STEAM_0:0:27073305"
		"flags"			"z"
		"immunity"		"99"
	}
         "Newb2"
	{
		"auth"			"steam"
		"identity"		"STEAM_0:0:40759872"
		"flags"			"z"
		"immunity"		"99"
	}
}

Die connect extension ist natürlich auch installiert. Hoffe mir kann deswegen jemand helfen.

MfG,
Newbie'

This post has been edited 1 times, last edit by "General" (May 24th 2013, 6:45pm)


Similar threads