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

  Clan Information

Statistics Summary
Clan: нeadнuNteR
Home Page:
Activity: 97.57%
Members: 7 active members (13 total)
Avg. Member Points: 41,162
Total Kills: 94,917
Total Deaths: 63,056
Avg. Kills: 13,560
Kills per Death: 1.51
Kills per Minute: 0.62
Total Connection Time: 106d 18:54:42h
Avg. Connection Time: 15d 06:07:48h
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  AustriaLuckyshO† ²high²fly elorank 64,202 19d 11:24:27h 22,349 23.55% 10,660 2.10
2  The netherlandsz.ii.M.ó @Living The Life[3] elorank 45,609 19d 01:42:07h 17,496 18.43% 10,716 1.63
3  The netherlands☆Dipsy-Goldwing♥RIP Mommy elorank 42,071 34d 22:38:16h 26,768 28.20% 24,263 1.10
4  Germany.ReD_SaV!Na`chK elorank 39,944 5d 19:13:29h 6,733 7.09% 3,043 2.21
5  GermanyeLoQiiX elorank 35,551 15d 19:50:42h 9,767 10.29% 7,566 1.29
6  GermanyrAiN elorank 30,459 5d 21:33:47h 4,847 5.11% 2,827 1.71
7  GermanyChainsaw elorank 30,295 5d 18:31:54h 6,957 7.33% 3,981 1.75




  Player Actions *

Rank Action Achieved sort-descending.gif Points Bonus
1 Headshot 2,192 times 2,192
2 Double Kill (2 kills) 772 times 772
3 Pick up the Bomb 479 times 1,437
4 Triple Kill (3 kills) 310 times 620
5 Drop the Bomb 302 times -906
6 Plant the Bomb 144 times 864
7 Domination (4 kills) 118 times 354
8 Start Defusing the Bomb With a Defuse Kit 82 times 0
9 Defuse the Bomb 62 times 620
10 Rampage (5 kills) 24 times 96
11 Mega Kill (6 kills) 8 times 40
12 Ownage (7 kills) 3 times 18
13 Ultra Kill (8 kills) 1 times 7




  Team Selection *

Rank Team Joined sort-descending.gif Percentage of Times %
1 Terrorist 296 times 27.85%
2 Counter-Terrorist 284 times 26.72%




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