HLstatsX Community Edition
  • Contents
  • Search
  • SourceBans
  • Forum
  • Help

  Clan Information

Statistics Summary
Clan: нeadнuNteR
Home Page:
Activity: 99.85%
Members: 7 active members (12 total)
Avg. Member Points: 18,854
Total Kills: 34,708
Total Deaths: 20,024
Avg. Kills: 4,958
Kills per Death: 1.73
Kills per Minute: 0.70
Total Connection Time: 34d 14:29:45h
Avg. Connection Time: 4d 22:38:32h
Favorite Server:* * SchlachtHof :|: Dust2 Only :|: *Test* // noAim.eu
Favorite Map:* de_dust2
Favorite Weapon:* M249 PARA Light Machine Gun
Player Locations

  Members

Rank Name Rank Points sort-descending.gif Activity Time Kills Clan Kills % Deaths Kpd
1  Switzerlandϻafia elorank 27,535 5d 10:12:30h 8,863 25.54% 2,997 2.96
2  AustriaLuckyshO† ²high²fly elorank 22,773 5d 08:02:31h 6,344 18.28% 2,899 2.19
3  The netherlandsZ.ii.M.o²³ geτ !NkEd.# elorank 19,535 4d 06:09:26h 4,005 11.54% 2,247 1.78
4  The netherlands☆Dipsy-Goldwing♥ elorank 18,741 12d 01:55:51h 9,121 26.28% 8,126 1.12
5  GermanyrAiN elorank 17,054 3d 11:49:44h 2,834 8.17% 1,592 1.78
6  Germany.ReD_SaV!Na`chK elorank 14,253 1d 08:31:24h 1,676 4.83% 727 2.31
7  GermanyeLoQiiX elorank 12,085 2d 15:48:19h 1,865 5.37% 1,436 1.30




  Player Actions *

Rank Action Achieved sort-descending.gif Points Bonus
1 Headshot 3,395 times 3,395
2 Double Kill (2 kills) 1,130 times 1,130
3 Pick up the Bomb 664 times 1,992
4 Triple Kill (3 kills) 484 times 968
5 Drop the Bomb 368 times -1104
6 Plant the Bomb 232 times 1,392
7 Domination (4 kills) 203 times 609
8 Start Defusing the Bomb With a Defuse Kit 121 times 0
9 Defuse the Bomb 75 times 750
10 Rampage (5 kills) 55 times 220
11 Mega Kill (6 kills) 15 times 75
12 Ownage (7 kills) 2 times 12




  Team Selection *

Rank Team Joined sort-descending.gif Percentage of Times %
1 Counter-Terrorist 419 times 28.06%
2 Terrorist 395 times 26.46%




ERROR
Database Error

Server Address: localhost
Server Username: hlsx

Error Diagnostic:
Bad query.

Server Error: (1267) Illegal mix of collations (utf8mb4_general_ci,IMPLICIT) and (utf8mb4_unicode_ci,IMPLICIT) for operation '='

Last SQL Query:
		SELECT
			IFNULL(hlstats_Roles.name, hlstats_Events_ChangeRole.role) AS name,
			IFNULL(hlstats_Roles.code, hlstats_Events_ChangeRole.role) AS code,
			COUNT(hlstats_Events_ChangeRole.id) AS rolecount,
			ROUND(COUNT(hlstats_Events_ChangeRole.id) / IF(0 = 0, 1, 0) * 100, 2) AS percent,
			killsTotal,
			deathsTotal,
			ROUND(killsTotal/if(deathsTotal=0,1,deathsTotal), 2) AS kpd
		FROM
			hlstats_Events_ChangeRole
		LEFT JOIN
			hlstats_Roles
		ON
			hlstats_Events_ChangeRole.role = hlstats_Roles.code
		LEFT JOIN
			hlstats_Servers
		ON
			hlstats_Servers.serverId = hlstats_Events_ChangeRole.serverId
		LEFT JOIN
			hlstats_Frags_as_res
		ON
			hlstats_Frags_as_res.role = hlstats_Events_ChangeRole.role
		LEFT JOIN
			hlstats_Players
		ON
			hlstats_Players.playerId = hlstats_Events_ChangeRole.playerId
		WHERE
			hlstats_Servers.game='css'
			AND hlstats_Players.clan=20
			AND (hidden <>'1' OR hidden IS NULL)
			AND hlstats_Roles.game = 'css'
		GROUP BY
			hlstats_Events_ChangeRole.role
		ORDER BY
			rolecount desc,
			name desc