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

  Clan Information

Statistics Summary
Clan: нeadнuNteR
Home Page:
Activity: 83.00%
Members: 8 active members (11 total)
Avg. Member Points: 32,373
Total Kills: 76,542
Total Deaths: 44,106
Avg. Kills: 9,568
Kills per Death: 1.74
Kills per Minute: 0.70
Total Connection Time: 75d 10:31:27h
Avg. Connection Time: 9d 10:18:55h
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 49,061 9d 19:46:13h 16,657 21.76% 5,400 3.08
2  Germanyᶨᵘᶨᵘ ♥ elorank 34,757 6d 11:57:52h 7,625 9.96% 3,479 2.19
3  The netherlandsroad to HYROX EᵡiT C elorank 34,625 12d 17:57:10h 11,886 15.53% 7,079 1.68
4  Germany.ReD_SaV!Na`chK elorank 33,692 4d 09:11:35h 5,169 6.75% 2,311 2.24
5  AustriaLuckyshO† ²high²fly elorank 32,038 7d 21:13:38h 9,257 12.09% 4,362 2.12
6  The netherlands☆Dipsy-Goldwing♥ elorank 29,024 22d 02:46:34h 17,282 22.58% 15,546 1.11
7  GermanyeLoQiiX elorank 25,307 7d 18:29:45h 5,176 6.76% 3,946 1.31
8  GermanyrAiN elorank 20,479 4d 05:08:40h 3,490 4.56% 1,983 1.76




  Player Actions *

Rank Action Achieved sort-descending.gif Points Bonus
1 Headshot 3,672 times 3,672
2 Double Kill (2 kills) 1,197 times 1,197
3 Pick up the Bomb 715 times 2,145
4 Triple Kill (3 kills) 626 times 1,252
5 Drop the Bomb 353 times -1059
6 Plant the Bomb 298 times 1,788
7 Domination (4 kills) 220 times 660
8 Start Defusing the Bomb With a Defuse Kit 112 times 0
9 Defuse the Bomb 82 times 820
10 Rampage (5 kills) 79 times 316
11 Mega Kill (6 kills) 26 times 130
12 Ownage (7 kills) 10 times 60
13 Ultra Kill (8 kills) 3 times 21
14 Start Defusing the Bomb Without a Defuse Kit 2 times 0




  Team Selection *

Rank Team Joined sort-descending.gif Percentage of Times %
1 Counter-Terrorist 350 times 28.64%
2 Terrorist 333 times 27.25%




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