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: 62.72% 62.72%
Members: 84 active members (314 total)
Avg. Member Points: 1,093
Total Kills: 1,213
Total Deaths: 2,253
Avg. Kills: 14
Kills per Death: 0.54
Kills per Minute: 0.26
Total Connection Time: 3d 05:49:25h
Avg. Connection Time: 0d 00:55:35h
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
81  No CountrySETB | Eidam77256a 994 44% 0d 00:28:31h 1 0.08% 0.08% 15 0.07
82  No CountrySETB | hovnocuccz 994 16% 0d 00:03:27h 0 0.00% 0.00% 3 0.00
83  No CountrySETB | tonda2007 986 22% 0d 00:11:45h 1 0.08% 0.08% 8 0.13
84  No CountrySETB | FOX 976 84% 0d 00:45:46h 7 0.58% 0.58% 23 0.30


Page: 1 2 3 4 5




  Player Actions *

Rank Action Achieved sort-descending.gif Points Bonus
1 Headshot 267 times 267
2 Spawn with the Bomb 126 times 252
3 Drop the Bomb 111 times -222
4 Double Kill (2 kills) 102 times 102
5 Pick up the Bomb 53 times 106
6 Plant the Bomb 45 times 675
7 Triple Kill (3 kills) 30 times 60
8 Domination (4 kills) 11 times 33
9 Start Defusing the Bomb With a Defuse Kit 9 times 0
10 Mega Kill (6 kills) 3 times 15
11 Start Defusing the Bomb Without a Defuse Kit 2 times 0
12 Defuse the Bomb 2 times 30




  Team Selection *

Rank Team Joined sort-descending.gif Percentage of Times %
1 Terrorist 184 times 50.55% 50.55%
2 Counter-Terrorist 175 times 48.08% 48.08%




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