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: 59.63% 59.63%
Members: 49 active members (554 total)
Avg. Member Points: 1,292
Total Kills: 2,196
Total Deaths: 5,796
Avg. Kills: 45
Kills per Death: 0.38
Kills per Minute: 0.20
Total Connection Time: 7d 14:22:03h
Avg. Connection Time: 0d 03:43:18h
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 11,348 92% 5d 16:04:23h 1,644 74.86% 74.86% 4,412 0.37
2  No CountrySETB | O.S.T.R.A.V.A.C.E.K 3,242 55% 0d 19:02:53h 293 13.34% 13.34% 721 0.41
3  No CountrySETB | Matesicek 1,734 69% 0d 07:35:06h 69 3.14% 3.14% 220 0.31
4  No CountrySETB | Gigga Nigga 1,155 59% 0d 01:24:04h 26 1.18% 1.18% 55 0.47
5  No CountrySETB | naaajs 1,131 45% 0d 00:48:05h 18 0.82% 0.82% 22 0.82
6  No CountrySETB | Palynator 1,106 33% 0d 00:18:24h 7 0.32% 0.32% 9 0.78
7  No CountrySETB | [SuperBOOST]CS-DOWNLOAD 1,083 63% 0d 00:36:52h 17 0.77% 0.77% 20 0.85
8  No CountrySETB | demo is asleep 1,067 96% 0d 00:37:38h 13 0.59% 0.59% 21 0.62
9  No CountrySETB | Error 1,061 54% 0d 00:36:02h 5 0.23% 0.23% 10 0.50
10  No CountrySETB | Bonusis 1,057 45% 0d 01:03:19h 12 0.55% 0.55% 24 0.50
11  No CountrySETB | YES 1,041 83% 0d 00:25:20h 1 0.05% 0.05% 2 0.50
12  No CountrySETB | Cooockless 1,032 63% 0d 00:10:13h 3 0.14% 0.14% 6 0.50
13  No CountrySETB | Vubec 1,032 63% 0d 00:08:13h 2 0.09% 0.09% 5 0.40
14  No CountrySETB | jasemgrut 1,030 24% 0d 02:41:45h 13 0.59% 0.59% 29 0.45
15  No CountrySETB | ja ti dam>:D 1,025 87% 0d 00:38:23h 4 0.18% 0.18% 22 0.18
16  No CountrySETB | fdpokjspfdjsow 1,023 100% 0d 00:36:37h 7 0.32% 0.32% 14 0.50
17  No CountrySETB | Lukaskriloveec 1,023 24% 0d 01:09:15h 4 0.18% 0.18% 18 0.22
18  No CountrySETB | Kotlar 1,019 100% 0d 00:41:28h 5 0.23% 0.23% 18 0.28
19  No CountrySETB | parnojesuper 1,017 13% 0d 00:08:58h 3 0.14% 0.14% 2 1.50
20  No CountrySETB | erikjenej 1,015 31% 0d 00:26:10h 7 0.32% 0.32% 17 0.41


Page: 1 2 3




  Player Actions *

Rank Action Achieved sort-descending.gif Points Bonus
1 Headshot 198 times 198
2 Spawn with the Bomb 165 times 330
3 Drop the Bomb 135 times -270
4 Pick up the Bomb 77 times 154
5 Plant the Bomb 76 times 1,140
6 Double Kill (2 kills) 74 times 74
7 Start Defusing the Bomb Without a Defuse Kit 25 times 0
8 Triple Kill (3 kills) 6 times 12
9 Start Defusing the Bomb With a Defuse Kit 6 times 0
10 Defuse the Bomb 4 times 60
11 Domination (4 kills) 1 times 3




  Team Selection *

Rank Team Joined sort-descending.gif Percentage of Times %
1 Terrorist 139 times 50.18% 50.18%
2 Counter-Terrorist 125 times 45.13% 45.13%




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