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: 53.83% 53.83%
Members: 18 active members (337 total)
Avg. Member Points: 1,096
Total Kills: 1,231
Total Deaths: 1,942
Avg. Kills: 68
Kills per Death: 0.63
Kills per Minute: 0.30
Total Connection Time: 2d 20:53:23h
Avg. Connection Time: 0d 03:49:37h
Favorite Server:* csko.cz | Deathmatch
Favorite Map:* de_dust
Favorite Weapon:* Arctic Warfare Magnum (Police)
Player Locations

  Members

Rank Name Points sort-descending.gif Activity Time Kills Clan Kills % Deaths Kpd
1  No CountrySETB | Spawn 2,572 100% 0d 15:07:42h 629 51.10% 51.10% 678 0.93
2  No CountrySETB | Mk 1,190 66% 0d 04:42:28h 90 7.31% 7.31% 88 1.02
3  No CountrySETB | DavisCrauster 1,062 24% 1d 17:42:17h 439 35.66% 35.66% 1,036 0.42
4  No CountrySETB | Jacker 1,035 100% 0d 01:15:31h 24 1.95% 1.95% 17 1.41
5  No CountrySETB | jL 1,004 36% 0d 00:12:30h 5 0.41% 0.41% 5 1.00
6  No CountrySETB | Monerovec 1,000 31% 0d 00:06:52h 0 0.00% 0.00% 0 0.00
7  No CountrySETB | hrajes jak konina 1,000 44% 0d 00:01:43h 0 0.00% 0.00% 0 0.00
8  No CountrySETB | Folwiii 1,000 47% 0d 00:02:13h 0 0.00% 0.00% 0 0.00
9  No CountrySETB | sebo 1,000 66% 0d 00:01:59h 0 0.00% 0.00% 0 0.00
10  No CountrySETB | podelam te belku 1,000 30% 0d 00:01:38h 0 0.00% 0.00% 0 0.00
11  No CountrySETB | Ernn-volnocasovka 1,000 40% 0d 00:28:41h 0 0.00% 0.00% 0 0.00
12  No CountrySETB | _Legii 1,000 58% 0d 00:03:06h 0 0.00% 0.00% 0 0.00
13  No CountrySETB | medvede a hrnce 1,000 27% 0d 00:09:16h 0 0.00% 0.00% 0 0.00
14  No CountrySETB | kktfilip 1,000 37% 0d 00:09:03h 0 0.00% 0.00% 0 0.00
15  No CountrySETB | si picus 997 65% 0d 00:15:55h 2 0.16% 0.16% 4 0.50
16  No CountrySETB | Gonzales 995 52% 0d 00:37:29h 3 0.24% 0.24% 6 0.50
17  No CountrySETB | Space 965 46% 0d 00:25:22h 5 0.41% 0.41% 23 0.22
18  No CountrySETB | ANAKONDA KUNDO 905 100% 0d 03:29:38h 34 2.76% 2.76% 85 0.40




  Player Actions *

Rank Action Achieved sort-descending.gif Points Bonus
1 Headshot 96 times 96
2 Double Kill (2 kills) 57 times 57
3 Triple Kill (3 kills) 15 times 30
4 Domination (4 kills) 10 times 30
5 Rampage (5 kills) 4 times 16
6 Ultra Kill (8 kills) 2 times 14
7 Mega Kill (6 kills) 2 times 10
8 Killing Spree (9 kills) 1 times 8




  Team Selection *

Rank Team Joined sort-descending.gif Percentage of Times %
1 Counter-Terrorist 72 times 65.45% 65.45%
2 Terrorist 38 times 34.55% 34.55%




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='dm'
			AND hlstats_Players.clan=680858
			AND (hidden <>'1' OR hidden IS NULL)
			AND hlstats_Roles.game = 'dm'
		GROUP BY
			hlstats_Events_ChangeRole.role
		ORDER BY
			rolecount desc,
			name desc