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: 51.79% 51.79%
Members: 39 active members (710 total)
Avg. Member Points: 1,181
Total Kills: 1,109
Total Deaths: 2,632
Avg. Kills: 28
Kills per Death: 0.42
Kills per Minute: 0.22
Total Connection Time: 3d 13:33:02h
Avg. Connection Time: 0d 02:11:36h
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
21  No CountrySETB | _Legii 1,009 55% 0d 00:18:33h 6 0.54% 0.54% 11 0.55
22  No CountrySETB | MUKLO 1,007 100% 0d 00:02:16h 1 0.09% 0.09% 0 1.00
23  No CountrySETB | FOX 1,006 2% 0d 01:25:09h 17 1.53% 1.53% 43 0.40
24  No CountrySETB | ADAM SPISAK 1,002 88% 0d 00:05:40h 1 0.09% 0.09% 2 0.50
25  No CountrySETB | medvede a hrnce 1,002 16% 0d 00:07:16h 2 0.18% 0.18% 4 0.50
26  No CountrySETB | Jacker 1,000 63% 0d 00:05:50h 1 0.09% 0.09% 1 1.00
27  No CountrySETB | Alabaster 1,000 84% 0d 00:00:40h 0 0.00% 0.00% 0 0.00
28  No CountrySETB | Gonzales 1,000 48% 0d 00:02:24h 0 0.00% 0.00% 1 0.00
29  No CountrySETB | Marek 1,000 99% 0d 00:08:19h 0 0.00% 0.00% 2 0.00
30  No CountrySETB | STEFi 1,000 61% 0d 00:03:19h 0 0.00% 0.00% 0 0.00
31  No CountrySETB | Zyller 1,000 34% 0d 00:04:27h 0 0.00% 0.00% 0 0.00
32  No CountrySETB | SAMKO 1,000 15% 0d 00:03:24h 0 0.00% 0.00% 2 0.00
33  No CountrySETB | Ilija BG 1,000 25% 0d 00:17:27h 0 0.00% 0.00% 0 0.00
34  No CountrySETB | 7KOCUR7 998 63% 0d 00:03:03h 1 0.09% 0.09% 2 0.50
35  No CountrySETB | Fakir 998 95% 0d 00:01:36h 0 0.00% 0.00% 1 0.00
36  No CountrySETB | faze mongraal 997 15% 0d 00:08:52h 1 0.09% 0.09% 6 0.17
37  No CountrySETB | Robino 996 76% 0d 00:02:06h 0 0.00% 0.00% 2 0.00
38  No CountrySETB | super mario ze super mar 996 37% 0d 00:02:09h 0 0.00% 0.00% 2 0.00
39  No CountrySETB | Mardzano 994 97% 0d 00:05:18h 0 0.00% 0.00% 3 0.00


Page: 1 2




  Player Actions *

Rank Action Achieved sort-descending.gif Points Bonus
1 Headshot 78 times 78
2 Spawn with the Bomb 47 times 94
3 Drop the Bomb 39 times -78
4 Double Kill (2 kills) 34 times 34
5 Pick up the Bomb 19 times 38
6 Plant the Bomb 15 times 225
7 Triple Kill (3 kills) 9 times 18
8 Domination (4 kills) 5 times 15
9 Rampage (5 kills) 2 times 8




  Team Selection *

Rank Team Joined sort-descending.gif Percentage of Times %
1 Terrorist 93 times 56.71% 56.71%
2 Counter-Terrorist 69 times 42.07% 42.07%




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