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: 60.26% 60.26%
Members: 38 active members (533 total)
Avg. Member Points: 1,344
Total Kills: 1,980
Total Deaths: 5,281
Avg. Kills: 52
Kills per Death: 0.37
Kills per Minute: 0.20
Total Connection Time: 6d 21:29:05h
Avg. Connection Time: 0d 04:21:17h
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 | madarskygulas 10,624 99% 5d 04:25:05h 1,487 75.10% 75.10% 4,045 0.37
2  No CountrySETB | O.S.T.R.A.V.A.C.E.K 3,242 87% 0d 19:01:30h 293 14.80% 14.80% 721 0.41
3  No CountrySETB | Matesicek 1,589 99% 0d 06:37:32h 54 2.73% 2.73% 187 0.29
4  No CountrySETB | Palynator 1,106 100% 0d 00:18:24h 7 0.35% 0.35% 9 0.78
5  No CountrySETB | [SuperBOOST]CS-DOWNLOAD 1,085 78% 0d 00:35:57h 17 0.86% 0.86% 19 0.89
6  No CountrySETB | Vokurka 1,073 63% 0d 01:06:06h 15 0.76% 0.76% 28 0.54
7  No CountrySETB | puky 1,066 42% 0d 00:38:04h 17 0.86% 0.86% 12 1.42
8  No CountrySETB | Peta20220 1,065 60% 0d 00:14:43h 8 0.40% 0.40% 2 4.00
9  No CountrySETB | Chleba_24 1,052 16% 0d 02:20:27h 9 0.45% 0.45% 46 0.20
10  No CountrySETB | _Tortons_Hutly 1,031 66% 0d 00:46:38h 9 0.45% 0.45% 19 0.47
11  No CountrySETB | jasemgrut 1,030 91% 0d 02:41:45h 13 0.66% 0.66% 29 0.45
12  No CountrySETB | Lukaskriloveec 1,023 91% 0d 01:09:15h 4 0.20% 0.20% 18 0.22
13  No CountrySETB | SUTRAN JE BOSS 1,023 30% 0d 00:10:43h 1 0.05% 0.05% 5 0.20
14  No CountrySETB | parnojesuper 1,017 81% 0d 00:08:58h 3 0.15% 0.15% 2 1.50
15  No CountrySETB | erikjenej 1,015 99% 0d 00:26:10h 7 0.35% 0.35% 17 0.41
16  No CountrySETB | fekete2 1,012 9% 0d 00:14:33h 1 0.05% 0.05% 8 0.13
17  No CountrySETB | Samo 1,010 77% 0d 00:01:43h 0 0.00% 0.00% 1 0.00
18  No CountrySETB | Miks 1,009 69% 0d 00:25:06h 5 0.25% 0.25% 6 0.83
19  No CountrySETB | _Legii 1,009 1% 0d 00:14:02h 6 0.30% 0.30% 10 0.60
20  No CountrySETB | MILUJEM BRUT.me SERVERY 1,008 51% 0d 00:03:26h 1 0.05% 0.05% 1 1.00


Page: 1 2




  Player Actions *

Rank Action Achieved sort-descending.gif Points Bonus
1 Headshot 396 times 396
2 Spawn with the Bomb 379 times 758
3 Drop the Bomb 278 times -556
4 Plant the Bomb 163 times 2,445
5 Pick up the Bomb 136 times 272
6 Double Kill (2 kills) 134 times 134
7 Start Defusing the Bomb Without a Defuse Kit 31 times 0
8 Triple Kill (3 kills) 24 times 48
9 Start Defusing the Bomb With a Defuse Kit 10 times 0
10 Defuse the Bomb 7 times 105
11 Domination (4 kills) 1 times 3




  Team Selection *

Rank Team Joined sort-descending.gif Percentage of Times %
1 Terrorist 239 times 53.47% 53.47%
2 Counter-Terrorist 197 times 44.07% 44.07%




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