HLstatsX Community Edition
  • AIM
  • AWP
  • CODMW
  • DM
  • DMFFA
  • FFAONLYHS
  • DUST2
  • FURIEN
  • FY
  • GUNGAME
  • KNIFE
  • MEGA
  • OLDSCHOOL
  • PAINTBALL
  • SCOUT
  • VANOCNI
  • Contents
  • Search
  • Forum
  • Help

  Sections

  Clan Information

Statistics Summary
Clan: SETB
Home Page:
Activity: 51.02% 51.02%
Members: 50 active members (585 total)
Avg. Member Points: 1,051
Total Kills: 434
Total Deaths: 1,144
Avg. Kills: 9
Kills per Death: 0.38
Kills per Minute: 0.18
Total Connection Time: 1d 15:55:31h
Avg. Connection Time: 0d 00:47:54h
Favorite Server:* csko.cz | dust2 only
Favorite Map:* de_dust2
Favorite Weapon:* Kalashnikov AK-47
Player Locations

  Members

Rank Name Points sort-descending.gif Activity Time Kills Clan Kills % Deaths Kpd
1  No CountrySETB | madarskygulas26 1,757 98% 0d 07:27:08h 80 18.43% 18.43% 219 0.37
2  No CountrySETB | tvojemama4566 1,307 64% 0d 02:50:50h 42 9.68% 9.68% 104 0.40
3  No CountrySETB | dawe__gumator 1,187 99% 0d 03:02:39h 32 7.37% 7.37% 116 0.28
4  No CountrySETB | Domina-TOOOR 1,143 62% 0d 00:40:07h 12 2.76% 2.76% 20 0.60
5  No CountrySETB | Stehno z kapra 1,116 87% 0d 01:21:48h 17 3.92% 3.92% 26 0.65
6  No CountrySETB | ThePaveSs 1,090 24% 0d 00:57:51h 26 5.99% 5.99% 40 0.65
7  No CountrySETB | hassan 1,090 60% 0d 03:42:19h 21 4.84% 4.84% 144 0.15
8  No CountrySETB | Vokurka 1,077 37% 0d 01:20:56h 17 3.92% 3.92% 32 0.53
9  No CountrySETB | jasemgrut 1,075 69% 0d 03:43:38h 21 4.84% 4.84% 55 0.38
10  No CountrySETB | Gumovy_______Medvidek 1,071 63% 0d 00:40:35h 7 1.61% 1.61% 21 0.33
11  No CountrySETB | jenda 1,070 59% 0d 00:52:12h 8 1.84% 1.84% 24 0.33
12  No CountrySETB | skoricovy_trdelnik 1,069 88% 0d 00:37:18h 12 2.76% 2.76% 15 0.80
13  No CountrySETB | BSFrosti 1,062 74% 0d 00:22:57h 8 1.84% 1.84% 12 0.67
14  No CountrySETB | brumball 1,051 27% 0d 00:10:26h 8 1.84% 1.84% 6 1.33
15  No CountrySETB | ja ti dam>:D 1,039 80% 0d 02:08:13h 12 2.76% 2.76% 55 0.22
16  No CountrySETB | jL 1,038 40% 0d 00:20:08h 8 1.84% 1.84% 10 0.80
17  No CountrySETB | sadbot 1,038 92% 0d 00:34:54h 7 1.61% 1.61% 19 0.37
18  No CountrySETB | nic 1,031 5% 0d 00:21:52h 0 0.00% 0.00% 11 0.00
19  No CountrySETB | jedneho dna umres 1,030 65% 0d 00:25:40h 4 0.92% 0.92% 4 1.00
20  No CountrySETB | strojnickapico 1,030 15% 0d 00:20:57h 1 0.23% 0.23% 5 0.20


Page: 1 2 3




  Player Actions *

Rank Action Achieved sort-descending.gif Points Bonus
1 Headshot 119 times 119
2 Spawn with the Bomb 107 times 214
3 Drop the Bomb 76 times -152
4 Double Kill (2 kills) 39 times 39
5 Plant the Bomb 31 times 465
6 Pick up the Bomb 25 times 50
7 Triple Kill (3 kills) 7 times 14
8 Start Defusing the Bomb Without a Defuse Kit 6 times 0
9 Start Defusing the Bomb With a Defuse Kit 4 times 0
10 Defuse the Bomb 4 times 60
11 Domination (4 kills) 2 times 6




  Team Selection *

Rank Team Joined sort-descending.gif Percentage of Times %
1 Counter-Terrorist 106 times 49.53% 49.53%
2 Terrorist 97 times 45.33% 45.33%




ERROR
Database Error

Server Address: 192.168.1.22:3306
Server Username: webik

Error Diagnostic:
Bad query.

Server Error: (1267) Illegal mix of collations (utf8_czech_ci,IMPLICIT) and (utf8_general_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='dust2'
			AND hlstats_Players.clan=681960
			AND (hidden <>'1' OR hidden IS NULL)
			AND hlstats_Roles.game = 'dust2'
		GROUP BY
			hlstats_Events_ChangeRole.role
		ORDER BY
			rolecount desc,
			name desc