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.

Toxicity

Beginner

  • "Toxicity" started this thread

Posts: 2

wcf.user.option.userOption53: Ja

  • Send private message

1

Saturday, March 28th 2020, 2:27am

rt manager, hlstats

Moin Ich bin neu hier und hab da mal ein paar fragen zu problemen wo ich schon seit Jahren dran sitze ich hoffe ihr könnt mir helfen.
Problem Nr.1
Ich habe auf einem root eine DoDs Server laufen + hlstas mein Problem ist das ich das 1. dei Headshots nicht in hlstats gelistet werden all bei 0. desweiteren bekomme ich es nicht hin das die Länderflaggen angezeigt werden.
Problem Nr.2
Ich bekomme das roundtimemanager Plugin nicht zum laufen.
danke für eure Hilfe
euer Neuzugang Toxicity
Debian 8 php7.0

DeaD_EyE

Administrator

Posts: 3,980

Location: Hagen

Occupation: Mechatroniker (didaktische Systeme)

wcf.user.option.userOption53: Nein

  • Send private message

2

Tuesday, March 31st 2020, 10:13am

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:

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
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:

Source code

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.

Similar threads

Used tags

hlstats, rt manager