ich habe ein problem mit den reserve slots
	
		
			
				
					 
				 | 
				
					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
 
				 | 
				
					// *****************************************************************************
// Module : Reserve Slot
//
// Desc : The Reserve slot module configuration cvars
// *****************************************************************************
// Turn on off reserve slots
mani_reserve_slots 1
// Number of reserve slots you have
mani_reserve_slots_number_of_slots 2
// User defined message shown in players console when kicked
mani_reserve_slots_kick_message "You were disconnected for using a reserve slot"
// User defined message for redirection of players to another server
mani_reserve_slots_redirect_message "This server is full, you are being redirected to another one of our servers"
// The IP address of the server you wish to redirect players to. Leave it blank 
// if you do not want redirection to be used
mani_reserve_slots_redirect "78.143.25.205:27015"
// This defines whether you want your reserve slots to fill with reserve players 
// or always be kept free (1 = allow slots to fill, 0 = always keeps slots free 
// and kick player instead)
mani_reserve_slots_allow_slot_fill 1
// Type of method used to kick players, 0 = by highest ping (spectators first), 
// 1 = by connection time (spectators go first)
mani_reserve_slots_kick_method 1
// Include admins in the adminlist.txt file as players who have reserve slots 
// (1 = include admins)
mani_reserve_slots_include_admin 1 
				 | 
			
		
	 
 
ich hab verhin mal testweise den server auf 3 slots begrenzt. es kam ein nicht admin drauf. aber leider kein zweiter. aber laut  mani_reserve_slots_allow_slot_fill ist es ja erlaubt das personen diese slots belegen können.
zudem wie is das mit dem redirect?? wann wird das aktiv?