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
1  No CountrySETB | Klaudy 1,692 100% 0d 04:58:41h 72 13.31% 13.31% 116 0.62
2  No CountrySETB | Mcgej 1,561 78% 0d 01:55:13h 87 16.08% 16.08% 68 1.28
3  No CountrySETB | kura na paprike 1,356 100% 0d 03:29:45h 68 12.57% 12.57% 126 0.54
4  No CountrySETB | Getlow 1,229 13% 0d 01:13:39h 29 5.36% 5.36% 42 0.69
5  No CountrySETB | skoricovy_trdelnik 1,190 49% 0d 02:02:09h 31 5.73% 5.73% 55 0.56
6  No CountrySETB | kadet BOHUMIL Kulomet 1,173 62% 0d 00:57:40h 38 7.02% 7.02% 30 1.27
7  No CountrySETB | naaajs 1,123 63% 0d 00:52:34h 19 3.51% 3.51% 27 0.70
8  No CountrySETB | Bouky 1,111 92% 0d 00:37:50h 15 2.77% 2.77% 22 0.68
9  No CountrySETB | Bonusis 1,102 20% 0d 01:18:55h 17 3.14% 3.14% 33 0.52
10  No CountrySETB | _ABOV3N_ 1,099 95% 0d 00:55:35h 8 1.48% 1.48% 29 0.28
11  No CountrySETB | [SuperBOOST]CS-DOWNLOAD 1,091 8% 0d 00:45:04h 17 3.14% 3.14% 21 0.81
12  No CountrySETB | Terisek 1,090 84% 0d 00:52:04h 3 0.55% 0.55% 27 0.11
13  No CountrySETB | Peta20220 1,065 70% 0d 00:16:19h 8 1.48% 1.48% 3 2.67
14  No CountrySETB | gamedoctor46 1,063 9% 0d 02:39:19h 13 2.40% 2.40% 103 0.13
15  No CountrySETB | Substino 1,055 55% 0d 01:11:21h 19 3.51% 3.51% 43 0.44
16  No CountrySETB | si picus 1,043 44% 0d 00:14:03h 3 0.55% 0.55% 7 0.43
17  No CountrySETB | Pugyyyy 1,035 100% 0d 00:19:06h 6 1.11% 1.11% 6 1.00
18  No CountrySETB | spasitel_huran 1,029 69% 0d 00:19:05h 10 1.85% 1.85% 10 1.00
19  No CountrySETB | seruNato 1,022 31% 0d 00:29:45h 5 0.92% 0.92% 16 0.31
20  No CountrySETB | nigga 1,017 66% 0d 01:13:07h 7 1.29% 1.29% 22 0.32


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