Hi,
ich hab Probleme mit meinen CSS Servern. Folgende Plugins sind aktuell installiert.
|
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
|
Loaded plugins:
---------------------
0:<TAB>"Metamod:Source 1.9.0-dev"
---------------------
Listing 4 plugins:
[01] SourceMod (1.3.4-dev) by AlliedModders LLC
[02] CS:S Tools (1.3.4-dev) by AlliedModders LLC
[03] BinTools (1.3.4-dev) by AlliedModders LLC
[04] SDK Tools (1.3.4-dev) by AlliedModders LLC
[SM] Listing 29 plugins:
01 "Fun Commands" (1.3.4-dev) by AlliedModders LLC
02 "Nextmap" (1.3.4-dev) by AlliedModders LLC
03 "Advertisements" (0.5.5) by Tsunami
04 "Admin File Reader" (1.3.4-dev) by AlliedModders LLC
05 "Basic Comm Control" (1.3.4-dev) by AlliedModders LLC
06 "Basic Info Triggers" (1.3.4-dev) by AlliedModders LLC
07 "Anti-Flood" (1.3.4-dev) by AlliedModders LLC
08 "MapChooser" (1.3.4-dev) by AlliedModders LLC
09 "No Block" (1.0.0.0) by sslice
10 "Rock The Vote" (1.3.4-dev) by AlliedModders LLC
11 "Spray Tracer" (5.8) by Nican132, CptMoore, Lebson506th
12 "Fun Votes" (1.3.4-dev) by AlliedModders LLC
13 "Players Votes" (1.5.0) by The Resident, pZv!
14 "TeamSwitch" (1.3) by MistaGee
15 "Basic Ban Commands" (1.3.4-dev) by AlliedModders LLC
16 "SM Parachute" (2.0) by SWAT_88
17 "Basic Commands" (1.3.4-dev) by AlliedModders LLC
18 "High Ping Kicker - Lite Edition" (1.0.0.1) by Liam
19 "AFK Manager" (3.2.9) by Rothgar
20 "Admin Help" (1.3.4-dev) by AlliedModders LLC
21 "Admin Menu" (1.3.4-dev) by AlliedModders LLC
22 "Player Commands" (1.3.4-dev) by AlliedModders LLC
23 "Weapon Restrict" (2.3.0) by Dr!fter
24 "Admin loggin" (1.0) by vIr-Dan
25 "Sound Commands" (1.3.4-dev) by AlliedModders LLC
26 "Basic Votes" (1.3.4-dev) by AlliedModders LLC
27 "Client Preferences" (1.3.4-dev) by AlliedModders LLC
28 "Web Shortcuts" (1.0.1) by James "sslice" Gray
29 "Basic Chat" (1.3.4-dev) by AlliedModders LLC
|
Hab mittlerweile einiges Versucht.
Habe MetaMod 1.8.2 mit Sourcemod 1.3.3 versucht und habe MetaMod:Source 1.9 [hg720 - 15.06.10] mit SourceMod 1.3.4-dev [hg2996] getestet. Aber einiges will nicht funktionieren.
1. Problem: maplists.cfg
Da sich bei meinem Server-Anbieter die Standart-Maps (dust2 ...) nicht löschen lassen habe ich in der maplists.cfg eingetragen, dass er immer nur Maps aus dem Mapcyclefile verwenden soll. Macht er aber nicht er zeigt immer alle Maps an die installiert sind.
Hier meine maplists.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
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
|
/**
* Use this file to configure map lists.
*
* Each section is a map list that plugins can use. For example, the Admin Menu
* requests an "admin menu" map list, and you can control which maps appear via
* this file.
*
* Each section must have a property that explains where to read the maps from.
* There are two properties:
*
* target - Redirect the request to another section.
* file - Read a file of map names, in mapcycle.txt format.
*
* There is one section by default, called "mapcyclefile" - it is mapped to the
* mapcycle.txt file, or whatever the contents of your mapcyclefile cvar is.
*
* If a plugin requests a map list file which doesn't exist, or is empty, SourceMod
* tries the "default" section, and then the "mapcyclefile" section.
*/
"MapLists"
{
/**
* Default requests go right to the mapcyclefile.
*/
"default"
{
"target" "mapcyclefile"
}
/* Admin menu, map menu */
"sm_map menu"
{
"file" "default"
}
/* Admin menu, map voting menu */
"sm_votemap menu"
{
"file" "default"
}
/* For the "randomcycle" plugin */
"randomcycle"
{
"target" "default"
}
/* For the "mapchooser" plugin */
"mapchooser"
{
"target" "default"
}
/* For the "nominations" plugin */
"nominations"
{
"target" "default"
}
}
|
2. Problem: Plugin Player Votes
Wie einige von euch schon geschrieben haben (unter anderem hEinZ), funktioniert bei ihnen das Plugin Player Votes (http://forums.alliedmods.net/showthread.php?p=632031">http://forums.alliedmods.net/showthread.php?p=632031</a>). Bei mir funktioniert es nicht mehr. Wenn ich voteban oder votekick eingebe, dann kommt kein Fenster indem ich einen Spieler auswählen kann. Wenn ich es dann erneut eingebe kommt das ich X Sekunden warten muss. Nach dieser Zeit gebe ich es wieder ein und es kommt wieder kein Fenster indem ich einen Spieler auswählen kann.
Hat jemand eine Idee zu meinen Problemen und kann mir da weiterhelfen?
Gruß Anubis