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: 56.64% 56.64%
Members: 28 active members (35 total)
Avg. Member Points: 1,002
Total Kills: 19
Total Deaths: 65
Avg. Kills: 1
Kills per Death: 0.29
Kills per Minute: 0.06
Total Connection Time: 0d 04:54:54h
Avg. Connection Time: 0d 00:10:31h
Favorite Server:* csko.cz | Vanocni server
Favorite Map:* xmas_nipperhouse
Favorite Weapon:* H&K MP5-Navy
Player Locations

  Members

Rank Name Points sort-descending.gif Activity Time Kills Clan Kills % Deaths Kpd
21  No CountrySETB | SkVR_81.k 1,000 20% 0d 00:03:22h 0 0.00% 0.00% 0 0.00
22  No CountrySETB | 88debilsi88 1,000 23% 0d 00:01:52h 0 0.00% 0.00% 0 0.00
23  No CountrySETB | Juky 1,000 35% 0d 00:01:23h 0 0.00% 0.00% 0 0.00
24  No CountrySETB | viva la raza 1,000 36% 0d 00:01:07h 0 0.00% 0.00% 0 0.00
25  No CountrySETB | bomik 1,000 44% 0d 00:04:32h 0 0.00% 0.00% 0 0.00
26  No CountrySETB | teslapavel 993 60% 0d 00:46:44h 2 10.53% 10.53% 7 0.29
27  No CountrySETB | JIMMY 992 99% 0d 00:36:05h 12 63.16% 63.16% 26 0.46
28  No CountrySETB | bujkb 977 55% 0d 00:35:48h 1 5.26% 5.26% 21 0.05


Page: 1 2




  Player Actions *

Rank Action Achieved sort-descending.gif Points Bonus
1 Headshot 6 times 6
2 Spawn with the Bomb 4 times 8
3 Double Kill (2 kills) 3 times 3
4 Plant the Bomb 2 times 30
5 Drop the Bomb 1 times -2




  Team Selection *

Rank Team Joined sort-descending.gif Percentage of Times %
1 Counter-Terrorist 29 times 50.00% 50.00%
2 Terrorist 28 times 48.28% 48.28%




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