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

  Clan Information

Statistics Summary
Clan: нeadнuNteR
Home Page:
Activity: 75.75%
Members: 8 active members (11 total)
Avg. Member Points: 20,194
Total Kills: 47,994
Total Deaths: 28,426
Avg. Kills: 5,999
Kills per Death: 1.69
Kills per Minute: 0.69
Total Connection Time: 47d 23:54:09h
Avg. Connection Time: 5d 23:59:16h
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 35,571 7d 01:11:58h 11,730 24.44% 3,904 3.00
2  The netherlandsz.ii.M.ó²³ ᵣecₒveᵣy^^ elorank 29,642 8d 14:10:55h 8,148 16.98% 4,640 1.76
3  AustriaLuckyshO† | dIsCoVeRy^^ elorank 27,252 6d 15:47:07h 7,838 16.33% 3,677 2.13
4  The netherlands☆Dipsy-Goldwing♥ elorank 24,255 17d 12:52:38h 13,546 28.22% 12,056 1.12
5  Germany.ReD_SaV!Na`chK elorank 22,524 2d 12:58:21h 3,054 6.36% 1,333 2.29
6  GermanyeLoQiiX elorank 19,502 5d 12:09:00h 3,598 7.50% 2,756 1.31
7  United kingdomPerky Killa elorank 1,727 0d 01:52:41h 67 0.14% 48 1.40
8  GermanyL!qu!d$nake @ Insane Kitteh elorank 1,080 0d 00:51:29h 13 0.03% 12 1.08




  Player Actions *

Rank Action Achieved sort-descending.gif Points Bonus
1 Headshot 2,480 times 2,480
2 Double Kill (2 kills) 828 times 828
3 Pick up the Bomb 467 times 1,401
4 Triple Kill (3 kills) 407 times 814
5 Drop the Bomb 246 times -738
6 Plant the Bomb 179 times 1,074
7 Domination (4 kills) 164 times 492
8 Start Defusing the Bomb With a Defuse Kit 76 times 0
9 Defuse the Bomb 49 times 490
10 Rampage (5 kills) 42 times 168
11 Mega Kill (6 kills) 14 times 70
12 Ownage (7 kills) 7 times 42
13 Start Defusing the Bomb Without a Defuse Kit 5 times 0
14 Ultra Kill (8 kills) 2 times 14
15 Killing Spree (9 kills) 1 times 8




  Team Selection *

Rank Team Joined sort-descending.gif Percentage of Times %
1 Terrorist 279 times 27.79%
2 Counter-Terrorist 279 times 27.79%




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