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: 55.31% 55.31%
Members: 19 active members (190 total)
Avg. Member Points: 1,001
Total Kills: 8
Total Deaths: 7
Avg. Kills: 0
Kills per Death: 1.14
Kills per Minute: 0.04
Total Connection Time: 0d 03:26:26h
Avg. Connection Time: 0d 00:10:51h
Favorite Server:* csko.cz | COD:MW 2 itemy
Favorite Map:* fy_pool_day
Favorite Weapon:* M249 PARA Light Machine Gun
Player Locations

  Members

Rank Name Points Activity Time Kills Clan Kills % Deaths sort-descending.gif Kpd
1  No CountrySETB | kichi 1,027 53% 0d 00:07:55h 8 100.00% 100.00% 7 1.14
2  No CountrySETB | neuro 1,000 94% 0d 00:08:20h 0 0.00% 0.00% 0 0.00
3  No CountrySETB | SUP3R-B00ST|DownloadCs-F 1,000 80% 0d 00:01:46h 0 0.00% 0.00% 0 0.00
4  No CountrySETB | Martinek 1,000 77% 0d 00:24:47h 0 0.00% 0.00% 0 0.00
5  No CountrySETB | MELON 1,000 76% 0d 00:38:52h 0 0.00% 0.00% 0 0.00
6  No CountrySETB | Jason 1,000 70% 0d 00:00:55h 0 0.00% 0.00% 0 0.00
7  No CountrySETB | SwagSigmaBoss 1,000 58% 0d 00:04:03h 0 0.00% 0.00% 0 0.00
8  No CountrySETB | NIGER Z OHIA 1,000 49% 0d 00:04:15h 0 0.00% 0.00% 0 0.00
9  No CountrySETB | erik 1,000 49% 0d 00:00:20h 0 0.00% 0.00% 0 0.00
10  No CountrySETB | Klaudy 1,000 49% 0d 00:00:21h 0 0.00% 0.00% 0 0.00
11  No CountrySETB | RENE RENDY 1,000 79% 0d 00:46:59h 0 0.00% 0.00% 0 0.00
12  No CountrySETB | BENGORO 1,000 34% 0d 00:04:12h 0 0.00% 0.00% 0 0.00
13  No CountrySETB | nole 1,000 90% 0d 00:10:21h 0 0.00% 0.00% 0 0.00
14  No CountrySETB | Viky 1,000 24% 0d 00:19:12h 0 0.00% 0.00% 0 0.00
15  No CountrySETB | keketr 1,000 10% 0d 00:02:56h 0 0.00% 0.00% 0 0.00
16  No CountrySETB | TommyDKnL 1,000 9% 0d 00:01:12h 0 0.00% 0.00% 0 0.00
17  No CountrySETB | EtYx 1,000 6% 0d 00:03:08h 0 0.00% 0.00% 0 0.00
18  No CountrySETB | Jeblykysucan 1,000 44% 0d 00:05:53h 0 0.00% 0.00% 0 0.00
19  No CountrySETB | neapolske spagetti 1,000 100% 0d 00:20:59h 0 0.00% 0.00% 0 0.00




  Player Actions *

Rank Action Achieved sort-descending.gif Points Bonus
1 Spawn with the Bomb 3 times 6
2 Headshot 1 times 1
3 Drop the Bomb 1 times -2




  Team Selection *

Rank Team Joined sort-descending.gif Percentage of Times %
1 Counter-Terrorist 33 times 55.00% 55.00%
2 Terrorist 24 times 40.00% 40.00%




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