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: 56.04% 56.04%
Members: 48 active members (551 total)
Avg. Member Points: 1,298
Total Kills: 2,191
Total Deaths: 5,787
Avg. Kills: 46
Kills per Death: 0.38
Kills per Minute: 0.20
Total Connection Time: 7d 14:05:49h
Avg. Connection Time: 0d 03:47:37h
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 | Petkacz 1,014 56% 0d 00:09:34h 1 0.05% 0.05% 6 0.17
22  No CountrySETB | Cypis 1,012 49% 0d 00:09:58h 0 0.00% 0.00% 5 0.00
23  No CountrySETB | hassan 1,010 76% 0d 00:02:55h 0 0.00% 0.00% 2 0.00
24  No CountrySETB | Samo 1,010 12% 0d 00:01:43h 0 0.00% 0.00% 1 0.00
25  No CountrySETB | Miks 1,009 5% 0d 00:25:06h 5 0.23% 0.23% 6 0.83
26  No CountrySETB | _Legii 1,009 40% 0d 00:14:44h 6 0.27% 0.27% 10 0.60
27  No CountrySETB | kennyS nigg 1,007 65% 0d 00:13:23h 2 0.09% 0.09% 4 0.50
28  No CountrySETB | KlasikCoock 1,006 95% 0d 00:03:08h 1 0.05% 0.05% 1 1.00
29  No CountrySETB | OnlyOne 1,006 90% 0d 00:21:06h 5 0.23% 0.23% 15 0.33
30  No CountrySETB | Uzum* 1,005 62% 0d 00:32:03h 7 0.32% 0.32% 13 0.54
31  No CountrySETB | csko.cz 1,003 86% 0d 01:05:41h 4 0.18% 0.18% 16 0.25
32  No CountrySETB | bro wydee 1,000 66% 0d 00:01:20h 0 0.00% 0.00% 1 0.00
33  No CountrySETB | MONSTER 1,000 84% 0d 00:00:48h 0 0.00% 0.00% 0 0.00
34  No CountrySETB | Starej Tonda 1,000 95% 0d 00:01:21h 0 0.00% 0.00% 1 0.00
35  No CountrySETB | Fulminos 1,000 81% 0d 00:00:34h 0 0.00% 0.00% 0 0.00
36  No CountrySETB | Sorry Iam NOOB 999 3% 0d 00:10:54h 2 0.09% 0.09% 3 0.67
37  No CountrySETB | ***Fred***((CZ))veteran 998 27% 0d 00:01:41h 0 0.00% 0.00% 2 0.00
38  No CountrySETB | helltexCZ 998 67% 0d 00:02:07h 0 0.00% 0.00% 1 0.00
39  No CountrySETB | Velka cicina vasilko73 998 58% 0d 00:05:00h 0 0.00% 0.00% 4 0.00
40  No CountrySETB | Thor Steinar SVK 998 9% 0d 00:07:37h 0 0.00% 0.00% 1 0.00


Page: 1 2 3




  Player Actions *

Rank Action Achieved sort-descending.gif Points Bonus
1 Headshot 201 times 201
2 Spawn with the Bomb 172 times 344
3 Drop the Bomb 142 times -284
4 Plant the Bomb 77 times 1,155
5 Pick up the Bomb 77 times 154
6 Double Kill (2 kills) 76 times 76
7 Start Defusing the Bomb Without a Defuse Kit 26 times 0
8 Triple Kill (3 kills) 6 times 12
9 Start Defusing the Bomb With a Defuse Kit 6 times 0
10 Defuse the Bomb 4 times 60
11 Domination (4 kills) 1 times 3




  Team Selection *

Rank Team Joined sort-descending.gif Percentage of Times %
1 Terrorist 141 times 49.30% 49.30%
2 Counter-Terrorist 132 times 46.15% 46.15%




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