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: 50.89% 50.89%
Members: 19 active members (333 total)
Avg. Member Points: 1,008
Total Kills: 145
Total Deaths: 138
Avg. Kills: 8
Kills per Death: 1.05
Kills per Minute: 0.15
Total Connection Time: 0d 16:12:16h
Avg. Connection Time: 0d 00:51:10h
Favorite Server:* csko.cz | DM FFA
Favorite Map:* de_dust_castle
Favorite Weapon:* Kalashnikov AK-47
Player Locations

  Members

Rank Name Points sort-descending.gif Activity Time Kills Clan Kills % Deaths Kpd
1  No CountrySETB | kp 1,103 100% 0d 08:23:46h 66 45.52% 45.52% 46 1.43
2  No CountrySETB | Spawn 1,060 100% 0d 03:28:46h 57 39.31% 39.31% 53 1.08
3  No CountrySETB | medvede a hrnce 1,009 100% 0d 00:49:42h 4 2.76% 2.76% 1 4.00
4  No CountrySETB | DRUCUS 1,000 5% 0d 01:05:56h 0 0.00% 0.00% 0 0.00
5  No CountrySETB | faze mongraal 1,000 80% 0d 00:00:52h 0 0.00% 0.00% 0 0.00
6  No CountrySETB | kokoska 1,000 38% 0d 00:17:28h 0 0.00% 0.00% 0 0.00
7  No CountrySETB | Robino 1,000 51% 0d 00:02:22h 0 0.00% 0.00% 0 0.00
8  No CountrySETB | FOX 1,000 62% 0d 00:05:30h 0 0.00% 0.00% 0 0.00
9  No CountrySETB | Faradajko 1,000 76% 0d 00:01:27h 0 0.00% 0.00% 0 0.00
10  No CountrySETB | super mario ze super mar 1,000 23% 0d 00:04:07h 0 0.00% 0.00% 0 0.00
11  No CountrySETB | Bergewijn 1,000 23% 0d 00:23:42h 0 0.00% 0.00% 0 0.00
12  No CountrySETB | ZEbrakkkkk 1,000 19% 0d 00:09:59h 0 0.00% 0.00% 0 0.00
13  No CountrySETB | MakiGhost 1,000 18% 0d 00:11:11h 0 0.00% 0.00% 0 0.00
14  No CountrySETB | rondodendron 1,000 15% 0d 00:01:12h 0 0.00% 0.00% 0 0.00
15  No CountrySETB | falcon_oldax7777 1,000 11% 0d 00:09:00h 0 0.00% 0.00% 0 0.00
16  No CountrySETB | Ilija BG 1,000 40% 0d 00:16:19h 0 0.00% 0.00% 0 0.00
17  No CountrySETB | NecroAjvy 1,000 79% 0d 00:01:57h 0 0.00% 0.00% 0 0.00
18  No CountrySETB | macko usko 994 72% 0d 00:14:37h 0 0.00% 0.00% 3 0.00
19  No CountrySETB | Ernn-volnocasovka 983 55% 0d 00:24:23h 18 12.41% 12.41% 35 0.51




  Player Actions *

Rank Action Achieved sort-descending.gif Points Bonus
1 Headshot 27 times 27
2 Double Kill (2 kills) 8 times 8
3 Domination (4 kills) 5 times 15
4 Triple Kill (3 kills) 4 times 8




  Team Selection *

Rank Team Joined sort-descending.gif Percentage of Times %
1 Terrorist 272 times 50.75% 50.75%
2 Counter-Terrorist 263 times 49.07% 49.07%




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