HLstats ist so alt, dass es niemand mehr wartet.
Um Statistiken über Trefferzonen zu erfassen, brauchst du das SourceMod-Plugin:
https://forums.alliedmods.net/showthread.php?t=58314
Dort wird dann erwähnt, dass das Plugin alt ist, nicht mehr unterstützt wird und gameMe das ganze übernommen hat.
Vielleicht hast du Glück und das Plugin
weapon_logging.sp lässt sich noch verwenden.
Es lässt sich sogar noch kompilieren:
|
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
|
Your plugin successfully compiled!
Use the link below to download your plugin. It will be valid for ten minutes.
http://www.sourcemod.net/compiler.php?go=dl&id=798470
SourcePawn Compiler 1.10.0.6453
Copyright (c) 1997-2006 ITB CompuPhase
Copyright (c) 2004-2018 AlliedModders LLC
/home/groups/sourcemod/upload_tmp/phpXA2mow.sp(380) : warning 234: symbol "GetClientAuthString" is marked as deprecated: Use GetClientAuthId
/home/groups/sourcemod/upload_tmp/phpXA2mow.sp(415) : warning 234: symbol "GetMaxClients" is marked as deprecated: Use MaxClients variable instead.
/home/groups/sourcemod/upload_tmp/phpXA2mow.sp(838) : warning 234: symbol "GetMaxClients" is marked as deprecated: Use MaxClients variable instead.
/home/groups/sourcemod/upload_tmp/phpXA2mow.sp(848) : warning 234: symbol "GetMaxClients" is marked as deprecated: Use MaxClients variable instead.
/home/groups/sourcemod/upload_tmp/phpXA2mow.sp(857) : warning 234: symbol "GetMaxClients" is marked as deprecated: Use MaxClients variable instead.
Code size: 25420 bytes
Data size: 140460 bytes
Stack/heap size: 16384 bytes
Total requirements: 182264 bytes
5 Warnings.
797742 successful compiles to date.
640552 failed compiles to date.
|
Ich habe den Code mal ein bisschen angepasst, um die Warnungen loszuwerden:
weapon_logging.sp
Ist aber ungetestet.
Letztendlich geht es nur darum, Daten in so einer Form zu loggen:
|
Quellcode
|
1
|
"Player<64><22><CT>" triggered "weaponstats2" (weapon "Ak47") (head "10") (chest "10") (stomach "10") (leftarm "42") (rightarm "44") (leftleg "12") (rightleg "44")
|
Das liest dann wiederum der HLstatsX Daemon und fügt es der Statistik hinzu.
Die Länderflaggen werden nur angezeigt, wenn man das geolite-script laufen lässt.
Möglicherweise muss für Perl auch noch was nachinstalliert werden.
Problem 2: Keine Ahnung, am besten an den Entwickler des Plugins wenden und ggf. den Thread im SourceMod forum lesen.