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: 65.45% 65.45%
Members: 55 active members (738 total)
Avg. Member Points: 1,084
Total Kills: 854
Total Deaths: 2,180
Avg. Kills: 16
Kills per Death: 0.39
Kills per Minute: 0.19
Total Connection Time: 3d 01:58:18h
Avg. Connection Time: 0d 01:20:41h
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
41  No CountrySETB | robi 1,000 55% 0d 00:00:36h 0 0.00% 0.00% 0 0.00
42  No CountrySETB | Marek 1,000 49% 0d 00:08:19h 0 0.00% 0.00% 2 0.00
43  No CountrySETB | Byl jsem tu Leonidas 998 100% 0d 00:04:25h 1 0.12% 0.12% 2 0.50
44  No CountrySETB | 7KOCUR7 998 13% 0d 00:03:03h 1 0.12% 0.12% 2 0.50
45  No CountrySETB | Hapciik 998 73% 0d 00:07:04h 1 0.12% 0.12% 5 0.20
46  No CountrySETB | KamilMaVelkyKar 998 74% 0d 00:01:06h 0 0.00% 0.00% 1 0.00
47  No CountrySETB | Fakir 998 45% 0d 00:01:36h 0 0.00% 0.00% 1 0.00
48  No CountrySETB | Robino 996 26% 0d 00:02:06h 0 0.00% 0.00% 2 0.00
49  No CountrySETB | mooosik 994 73% 0d 00:05:40h 1 0.12% 0.12% 4 0.25
50  No CountrySETB | -SkAp-BBzoO- 994 98% 0d 00:05:30h 0 0.00% 0.00% 4 0.00
51  No CountrySETB | lexx8956 994 55% 0d 00:07:16h 0 0.00% 0.00% 3 0.00
52  No CountrySETB | CICIK PATKO 993 87% 0d 00:34:03h 4 0.47% 0.47% 13 0.31
53  No CountrySETB | dlasws 991 87% 0d 00:29:26h 5 0.59% 0.59% 16 0.31
54  No CountrySETB | bondzoro 990 74% 0d 00:10:40h 0 0.00% 0.00% 5 0.00
55  No CountrySETB | Mardzano 983 91% 0d 00:21:35h 2 0.23% 0.23% 14 0.14


Page: 1 2 3




  Player Actions *

Rank Action Achieved sort-descending.gif Points Bonus
1 Headshot 78 times 78
2 Spawn with the Bomb 46 times 92
3 Drop the Bomb 38 times -76
4 Double Kill (2 kills) 27 times 27
5 Pick up the Bomb 14 times 28
6 Plant the Bomb 12 times 180
7 Triple Kill (3 kills) 9 times 18
8 Defuse the Bomb 3 times 45
9 Start Defusing the Bomb Without a Defuse Kit 2 times 0
10 Start Defusing the Bomb With a Defuse Kit 2 times 0
11 Domination (4 kills) 2 times 6
12 Rampage (5 kills) 1 times 4




  Team Selection *

Rank Team Joined sort-descending.gif Percentage of Times %
1 Counter-Terrorist 99 times 54.10% 54.10%
2 Terrorist 81 times 44.26% 44.26%




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