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.03% 51.03%
Members: 33 active members (632 total)
Avg. Member Points: 1,059
Total Kills: 355
Total Deaths: 826
Avg. Kills: 11
Kills per Death: 0.43
Kills per Minute: 0.20
Total Connection Time: 1d 06:12:01h
Avg. Connection Time: 0d 00:54:54h
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 | DENISKO 1,008 41% 0d 00:01:03h 0 0.00% 0.00% 1 0.00
22  No CountrySETB | ZHAVEJZMRD 1,006 26% 0d 00:06:12h 1 0.28% 0.28% 3 0.33
23  No CountrySETB | rival666 1,005 20% 0d 00:24:10h 5 1.41% 1.41% 7 0.71
24  No CountrySETB | Poctivy_Ruzombercan <3 1,005 2% 0d 00:20:43h 3 0.85% 0.85% 13 0.23
25  No CountrySETB | <eF.ko>T. 1,002 98% 0d 00:00:40h 1 0.28% 0.28% 0 1.00
26  No CountrySETB | PlataN 1,002 66% 0d 00:01:07h 0 0.00% 0.00% 0 0.00
27  No CountrySETB | SneaX. 1,002 42% 0d 00:08:03h 0 0.00% 0.00% 2 0.00
28  No CountrySETB | Pikao 1,001 67% 0d 00:10:29h 2 0.56% 0.56% 8 0.25
29  No CountrySETB | ]]adko da goat 1,000 94% 0d 00:03:36h 0 0.00% 0.00% 0 0.00
30  No CountrySETB | Kurcatko 1,000 70% 0d 00:00:37h 0 0.00% 0.00% 0 0.00
31  No CountrySETB | simik 1,000 12% 0d 00:00:20h 0 0.00% 0.00% 0 0.00
32  No CountrySETB | LosKyblos 1,000 21% 0d 00:00:26h 0 0.00% 0.00% 0 0.00
33  No CountrySETB | Crhi33 996 5% 0d 00:03:45h 0 0.00% 0.00% 3 0.00


Page: 1 2




  Player Actions *

Rank Action Achieved sort-descending.gif Points Bonus
1 Spawn with the Bomb 71 times 142
2 Headshot 65 times 65
3 Drop the Bomb 52 times -104
4 Double Kill (2 kills) 28 times 28
5 Plant the Bomb 26 times 390
6 Pick up the Bomb 24 times 48
7 Triple Kill (3 kills) 4 times 8
8 Start Defusing the Bomb With a Defuse Kit 4 times 0
9 Defuse the Bomb 4 times 60
10 Domination (4 kills) 2 times 6
11 Start Defusing the Bomb Without a Defuse Kit 1 times 0




  Team Selection *

Rank Team Joined sort-descending.gif Percentage of Times %
1 Terrorist 70 times 50.36% 50.36%
2 Counter-Terrorist 64 times 46.04% 46.04%




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