HLstatsX Community Edition
  • Contents
  • Search
  • SourceBans
  • Forum
  • Help

  Sections

  Clan Information

Statistics Summary
Clan: UA
Home Page:
Activity: 41.00% 41.00%
Members: 2 active members (4 total)
Avg. Member Points: 1,097
Total Kills: 71
Total Deaths: 6
Avg. Kills: 36
Kills per Death: 11.83
Kills per Minute: 6.16
Total Connection Time: 0d 00:11:32h
Avg. Connection Time: 0d 00:05:46h
Favorite Server:* Gunnys Hooch
Favorite Map:* l4d2_city17_01
Favorite Weapon:* Dual Pistols
Player Locations

  Members

Rank Name Points sort-descending.gif Activity Time Kills Clan Kills % Deaths Kpd
1  No Country[UA] Neltil 1,193 6% 0d 00:06:33h 71 100.00% 100.00% 6 11.83
2  Ukraine[UA] ZAYKA 1,000 76% 0d 00:04:59h 0 0.00% 0.00% 0 0.00




  Player Actions *

Rank Action Achieved sort-descending.gif Points Bonus
1 Headshot Kill 19 times 57
2 Friendly Fire 3 times -9
3 Killed a Jockey 1 times 3




  Team Selection *

Rank Team Joined sort-descending.gif Percentage of Times %
1 Survivors 2 times 40.00% 40.00%




  Weapon Usage *

Rank Weapon Points Modifier Kills sort-descending.gif Percentage of Kills % Headshots Percentage of Headshots % Hpk
1 Dual Pistols 2.00 60 84.51% 84.51% 15 78.95% 78.95% 0.25
2 Uzi SMG 2.20 7 9.86% 9.86% 3 15.79% 15.79% 0.43




  Weapon Stats *

Rank Weapon Shots Hits Damage Headshots Kills sort-descending.gif Kills per Death Accuracy Damage per Hit Shots per Kill
1 Pistol 417 213 3,963 0 0 0.0000 51.1% 18.6 0.0




  Weapon Targets *

Rank Weapon Hits sort-descending.gif Left Middle Right
1 Pistol 205 25.4% 50.7% 23.9%


Targets
The hitbox display requires Adobe Flash Player to view.
Show total target statistics


ERROR
Database Error

Server Address: localhost
Server Username: gunnys2

Error Diagnostic:
Bad query.

Server Error: (1050) Table 'tmp_clan_kills' already exists

Last SQL Query:
		CREATE TEMPORARY TABLE tmp_clan_kills
			SELECT
				IF(map='', '(Unaccounted)', map) AS map,
				COUNT(*) AS kills,
				SUM(headshot=1) AS headshots
			FROM
				hlstats_Events_Frags, hlstats_Players
			WHERE
				hlstats_Players.playerId = hlstats_Events_Frags.killerId
				AND hlstats_Players.clan = 659
			GROUP BY
				map;