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.37% 60.37%
Members: 69 active members (753 total)
Avg. Member Points: 1,067
Total Kills: 871
Total Deaths: 1,743
Avg. Kills: 13
Kills per Death: 0.50
Kills per Minute: 0.24
Total Connection Time: 2d 12:02:58h
Avg. Connection Time: 0d 00:52:13h
Favorite Server:* csko.cz | dust2 only
Favorite Map:* de_dust2
Favorite Weapon:* Colt M4A1 Carbine
Player Locations

  Members

Rank Name Points sort-descending.gif Activity Time Kills Clan Kills % Deaths Kpd
1  No CountrySETB | kura na paprike 1,908 67% 0d 07:31:13h 155 17.80% 17.80% 259 0.60
2  No CountrySETB | Klaudy 1,683 85% 0d 05:20:14h 72 8.27% 8.27% 122 0.59
3  No CountrySETB | Mcgej 1,653 80% 0d 02:12:00h 103 11.83% 11.83% 78 1.32
4  No CountrySETB | Bouky 1,568 70% 0d 04:22:43h 95 10.91% 10.91% 136 0.70
5  No CountrySETB | ;;j 1,453 84% 0d 02:21:29h 87 9.99% 9.99% 75 1.16
6  No CountrySETB | Gigga Nigga 1,218 28% 0d 02:23:04h 41 4.71% 4.71% 83 0.49
7  No CountrySETB | kadet BOHUMIL Kulomet 1,194 77% 0d 01:05:16h 41 4.71% 4.71% 32 1.28
8  No CountrySETB | ja ti dam>:D 1,149 59% 0d 08:06:53h 38 4.36% 4.36% 218 0.17
9  No CountrySETB | Spawn 1,108 88% 0d 02:24:42h 38 4.36% 4.36% 68 0.56
10  No CountrySETB | vyhul_babe_hrabe 1,092 100% 0d 00:27:49h 5 0.57% 0.57% 10 0.50
11  No CountrySETB | bioS 1,083 91% 0d 00:35:03h 5 0.57% 0.57% 15 0.33
12  No CountrySETB | nole 1,075 65% 0d 00:33:08h 3 0.34% 0.34% 21 0.14
13  No CountrySETB | puskaris 1,058 51% 0d 00:22:41h 6 0.69% 0.69% 12 0.50
14  No CountrySETB | factory238 1,048 35% 0d 03:41:24h 19 2.18% 2.18% 111 0.17
15  No CountrySETB | VLADIMIR VLADIMIROVIC PU 1,044 85% 0d 00:49:07h 8 0.92% 0.92% 21 0.38
16  No CountrySETB | Patress 1,041 34% 0d 01:49:34h 24 2.76% 2.76% 59 0.41
17  No CountrySETB | Krstny Tato 1,038 59% 0d 00:27:08h 7 0.80% 0.80% 12 0.58
18  No CountrySETB | paulito 1.6 1,034 100% 0d 00:50:27h 10 1.15% 1.15% 30 0.33
19  No CountrySETB | TommyDKnL 1,032 60% 0d 01:30:44h 11 1.26% 1.26% 26 0.42
20  No CountrySETB | strojnickapico 1,032 44% 0d 00:36:04h 1 0.11% 0.11% 9 0.11


Page: 1 2 3 4




  Player Actions *

Rank Action Achieved sort-descending.gif Points Bonus
1 Headshot 134 times 134
2 Spawn with the Bomb 56 times 112
3 Drop the Bomb 50 times -100
4 Double Kill (2 kills) 44 times 44
5 Pick up the Bomb 14 times 28
6 Triple Kill (3 kills) 12 times 24
7 Plant the Bomb 11 times 165
8 Domination (4 kills) 8 times 24
9 Defuse the Bomb 4 times 60
10 Start Defusing the Bomb With a Defuse Kit 3 times 0
11 Start Defusing the Bomb Without a Defuse Kit 2 times 0
12 Ultra Kill (8 kills) 1 times 7
13 Rampage (5 kills) 1 times 4




  Team Selection *

Rank Team Joined sort-descending.gif Percentage of Times %
1 Counter-Terrorist 119 times 55.09% 55.09%
2 Terrorist 94 times 43.52% 43.52%




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