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: 71.24% 71.24%
Members: 29 active members (218 total)
Avg. Member Points: 1,129
Total Kills: 491
Total Deaths: 910
Avg. Kills: 17
Kills per Death: 0.54
Kills per Minute: 0.23
Total Connection Time: 1d 11:22:34h
Avg. Connection Time: 0d 01:13:11h
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
21  No CountrySETB | how do I shoot? 1,000 43% 0d 00:17:02h 0 0.00% 0.00% 0 0.00
22  No CountrySETB | granatomrd 1,000 37% 0d 00:12:42h 0 0.00% 0.00% 0 0.00
23  No CountrySETB | bigdick 999 40% 0d 00:07:37h 2 0.41% 0.41% 3 0.67
24  No CountrySETB | spaydee56 998 55% 0d 00:01:41h 0 0.00% 0.00% 1 0.00
25  No CountrySETB | kotek 998 38% 0d 00:15:05h 0 0.00% 0.00% 1 0.00
26  No CountrySETB | ondras 998 34% 0d 00:18:13h 0 0.00% 0.00% 5 0.00
27  No CountrySETB | bunda 996 91% 0d 00:04:36h 1 0.20% 0.20% 3 0.33
28  No CountrySETB | 12 v studenej vode 996 92% 0d 00:01:58h 0 0.00% 0.00% 2 0.00
29  No CountrySETB | HoredoleMorePo12letech 989 100% 0d 00:09:37h 0 0.00% 0.00% 4 0.00


Page: 1 2




  Player Actions *

Rank Action Achieved sort-descending.gif Points Bonus
1 Headshot 62 times 62
2 Spawn with the Bomb 39 times 78
3 Double Kill (2 kills) 33 times 33
4 Drop the Bomb 31 times -62
5 Pick up the Bomb 16 times 32
6 Plant the Bomb 15 times 225
7 Triple Kill (3 kills) 8 times 16
8 Domination (4 kills) 3 times 9
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 Defuse the Bomb 1 times 15




  Team Selection *

Rank Team Joined sort-descending.gif Percentage of Times %
1 Counter-Terrorist 46 times 52.87% 52.87%
2 Terrorist 40 times 45.98% 45.98%




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