AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   (OLD) Bug Reports (https://forums.alliedmods.net/forumdisplay.php?f=24)
-   -   [STATSX] Attackers/Victims not appearing at end of round (https://forums.alliedmods.net/showthread.php?t=5890)

Melt284 09-15-2004 19:40

[STATSX] Attackers/Victims not appearing at end of round
 
Win32

The attackers and victims (orange and blue text) that should show up at the end of each round do not appear.

The plugin loads without any problems and there are no runtime errors.

stats.ini:
Quote:

;Generated by Stats Configuration Plugin. Do not modify!
;Variable Description
ShowAttackers ;Show Attackers
ShowVictims ;Show Victims
SayRank ;Say /rank
SayTop15 ;Say /top15
SayMiscFunc ;Misc say commands

lantz69 09-16-2004 02:59

Re: [STATSX] Attackers/Victims not appearing at end of round
 
Quote:

Originally Posted by Melt284
Win32

The attackers and victims (orange and blue text) that should show up at the end of each round do not appear.

The plugin loads without any problems and there are no runtime errors.

stats.ini:
Quote:

;Generated by Stats Configuration Plugin. Do not modify!
;Variable Description
ShowAttackers ;Show Attackers
ShowVictims ;Show Victims
SayRank ;Say /rank
SayTop15 ;Say /top15
SayMiscFunc ;Misc say commands

You forgot one thing:

Code:

ShowStats                ;HUD-stats default
To the devs.
Couldn't you have hudstatsEnabled by default in statsx.sma
I think the huds where disabled before when there was a characterlimit on huds(79?). now the characterlimit is higher.
Or in the package have a stats.ini in configsdir with:
Code:

;Generated by Stats Configuration Plugin. Do not modify!
;Variable  Description
ShowAttackers            ;Show Attackers
ShowVictims              ;Show Victims
ShowStats                ;HUD-stats default
SayRankStats            ;Say /rankstats
SayRank                  ;Say /rank
SayTop15                ;Say /top15

Many users are using this by default
Or at least
configs/stats.ini
Code:

ShowStats                ;HUD-stats default
That's just my opinion. Cause the forums are flooded with these questions.

Melt284 09-16-2004 12:28

Re: [STATSX] Attackers/Victims not appearing at end of round
 
Quote:

Originally Posted by lantz69
Code:

ShowStats                ;HUD-stats default

Stupid mistake. Works now thanks.


All times are GMT -4. The time now is 03:17.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.