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: 66.93% 66.93%
Members: 31 active members (320 total)
Avg. Member Points: 1,005
Total Kills: 218
Total Deaths: 239
Avg. Kills: 7
Kills per Death: 0.91
Kills per Minute: 0.19
Total Connection Time: 0d 19:31:47h
Avg. Connection Time: 0d 00:37:47h
Favorite Server:* csko.cz | DM FFA
Favorite Map:* de_dust2
Favorite Weapon:* Colt M4A1 Carbine
Player Locations

  Members

Rank Name Points sort-descending.gif Activity Time Kills Clan Kills % Deaths Kpd
1  No CountrySETB | Bonusis 1,094 5% 0d 02:36:10h 84 38.53% 38.53% 85 0.99
2  No CountrySETB | kp 1,049 98% 0d 04:25:01h 44 20.18% 20.18% 35 1.26
3  No CountrySETB | Spawn 1,025 91% 0d 02:37:03h 36 16.51% 16.51% 36 1.00
4  No CountrySETB | [SuperBOOST]CS-DOWNLOAD 1,009 7% 0d 03:00:09h 6 2.75% 2.75% 3 2.00
5  No CountrySETB | Haix 1,001 35% 0d 02:11:02h 18 8.26% 8.26% 26 0.69
6  No CountrySETB | maly negerko 1,000 76% 0d 00:08:54h 0 0.00% 0.00% 0 0.00
7  No CountrySETB | medvede a hrnce 1,000 74% 0d 00:05:29h 0 0.00% 0.00% 0 0.00
8  No CountrySETB | wr 1,000 65% 0d 00:00:09h 0 0.00% 0.00% 0 0.00
9  No CountrySETB | LacikaTKA487 1,000 67% 0d 00:01:32h 0 0.00% 0.00% 0 0.00
10  No CountrySETB | BAD BOY 1,000 72% 0d 00:07:06h 0 0.00% 0.00% 0 0.00
11  No CountrySETB | fwanthony 1,000 72% 0d 00:01:30h 0 0.00% 0.00% 0 0.00
12  No CountrySETB | si picus 1,000 76% 0d 00:10:16h 0 0.00% 0.00% 0 0.00
13  No CountrySETB | naaajs 1,000 61% 0d 00:26:56h 0 0.00% 0.00% 0 0.00
14  No CountrySETB | hajik 1,000 60% 0d 00:00:19h 0 0.00% 0.00% 0 0.00
15  No CountrySETB | Terisek 1,000 84% 0d 00:02:38h 0 0.00% 0.00% 0 0.00
16  No CountrySETB | JEZIS KRIsTUS 1,000 36% 0d 00:00:11h 0 0.00% 0.00% 0 0.00
17  No CountrySETB | Klaudy 1,000 51% 0d 00:00:29h 0 0.00% 0.00% 0 0.00
18  No CountrySETB | skerodlak 1,000 76% 0d 00:05:33h 0 0.00% 0.00% 0 0.00
19  No CountrySETB | curozmrd 1,000 51% 0d 00:28:12h 0 0.00% 0.00% 0 0.00
20  No CountrySETB | gg 1,000 80% 0d 00:01:27h 0 0.00% 0.00% 0 0.00


Page: 1 2




  Player Actions *

Rank Action Achieved sort-descending.gif Points Bonus
1 Headshot 23 times 23
2 Double Kill (2 kills) 7 times 7
3 Mega Kill (6 kills) 3 times 15
4 Triple Kill (3 kills) 1 times 2
5 Rampage (5 kills) 1 times 4




  Team Selection *

Rank Team Joined sort-descending.gif Percentage of Times %
1 Counter-Terrorist 245 times 50.62% 50.62%
2 Terrorist 236 times 48.76% 48.76%




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