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: 64.98% 64.98%
Members: 61 active members (677 total)
Avg. Member Points: 1,053
Total Kills: 541
Total Deaths: 1,045
Avg. Kills: 9
Kills per Death: 0.52
Kills per Minute: 0.25
Total Connection Time: 1d 11:51:47h
Avg. Connection Time: 0d 00:35:16h
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
41  No CountrySETB | Ilija BG 1,000 90% 0d 00:03:56h 0 0.00% 0.00% 0 0.00
42  No CountrySETB | eM 1,000 25% 0d 00:17:48h 0 0.00% 0.00% 0 0.00
43  No CountrySETB | jako stoji mi zni pero 1,000 7% 0d 00:50:56h 0 0.00% 0.00% 0 0.00
44  No CountrySETB | kokotek3 1,000 94% 0d 00:03:16h 0 0.00% 0.00% 0 0.00
45  No CountrySETB | Cokolada 1,000 5% 0d 00:00:27h 0 0.00% 0.00% 0 0.00
46  No CountrySETB | Klaudy* 1,000 100% 0d 00:00:25h 0 0.00% 0.00% 0 0.00
47  No CountrySETB | kokondur987 1,000 87% 0d 00:00:23h 0 0.00% 0.00% 0 0.00
48  No CountrySETB | 'Klaudy* 1,000 83% 0d 00:01:18h 0 0.00% 0.00% 0 0.00
49  No CountrySETB | HanzlPICO 1,000 63% 0d 00:04:56h 0 0.00% 0.00% 0 0.00
50  No CountrySETB | guma 1,000 48% 0d 00:01:05h 0 0.00% 0.00% 1 0.00
51  No CountrySETB | wr 1,000 54% 0d 00:01:07h 0 0.00% 0.00% 0 0.00
52  No CountrySETB | SmiLLeY 998 6% 0d 00:06:57h 1 0.18% 0.18% 5 0.20
53  No CountrySETB | QAPAVKA 998 63% 0d 00:01:24h 0 0.00% 0.00% 1 0.00
54  No CountrySETB | Zdeny :) 998 35% 0d 00:00:45h 0 0.00% 0.00% 1 0.00
55  No CountrySETB | bro wydee 998 30% 0d 00:02:21h 0 0.00% 0.00% 2 0.00
56  No CountrySETB | B3asT 996 84% 0d 00:03:45h 1 0.18% 0.18% 3 0.33
57  No CountrySETB | Spawn 993 78% 0d 00:18:15h 2 0.37% 0.37% 9 0.22
58  No CountrySETB | Traviss 988 55% 0d 00:07:24h 0 0.00% 0.00% 6 0.00
59  No CountrySETB | kktfilip 985 100% 0d 00:08:27h 0 0.00% 0.00% 7 0.00
60  No CountrySETB | Eliska 984 91% 0d 00:21:15h 3 0.55% 0.55% 15 0.20


Page: 1 2 3 4




  Player Actions *

Rank Action Achieved sort-descending.gif Points Bonus
1 Headshot 127 times 127
2 Spawn with the Bomb 80 times 160
3 Drop the Bomb 51 times -102
4 Double Kill (2 kills) 41 times 41
5 Pick up the Bomb 20 times 40
6 Plant the Bomb 19 times 285
7 Triple Kill (3 kills) 11 times 22
8 Start Defusing the Bomb Without a Defuse Kit 6 times 0
9 Defuse the Bomb 3 times 45
10 Start Defusing the Bomb With a Defuse Kit 2 times 0
11 Rampage (5 kills) 2 times 8
12 Domination (4 kills) 2 times 6




  Team Selection *

Rank Team Joined sort-descending.gif Percentage of Times %
1 Terrorist 123 times 56.42% 56.42%
2 Counter-Terrorist 86 times 39.45% 39.45%




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