HLstatsX Community Edition
  • AIM
  • AWP
  • CODMW
  • DM
  • DMDUST2
  • DMFFA
  • FFAONLYHS
  • DUST2
  • FURIEN
  • FY
  • GUNGAME
  • KNIFE
  • MEGA
  • OLDSCHOOL
  • PAINTBALL
  • PUBNITE
  • SCOUT
  • VANOCNI
  • Contents
  • Search
  • Forum
  • Help

  Sections

  Player Information

Player Profile

Steam Community Avatar
 Trust1
Location: (Unknown)
Steam: Trust1
Status: (Unknown)
Click here to add as friend
Karma: In good standing
Member of Clan: (None)
Real Name: (Not Specified)
E-mail Address: (Not Specified)
Home Page: (Not Specified)
Last Connect:* Sat. Sep. 21st, 2024 @ 21:30:35
Total Connection Time: 0d 07:20:49h
Average Ping:* 12 ms (Latency: 6 ms)
Favorite Server:* csko.cz | Mega pub
Favorite Map:* de_nuke
Favorite Weapon:* Kalashnikov AK-47

Statistics Summary

Activity: 81% 81%
Points: 4,250
Rank: 47
Kills per Minute: 0.96
Kills per Death: 2.5758 (2.46*)
Headshots per Kill: 0.3200 (0.2396*)
Shots per Kill: 16.14
Weapon Accuracy: 26.0% (23%*)
Headshots: 136 (23*)
Kills: 425 (96*)
Deaths: 165 (39*)
Longest Kill Streak: 4
Longest Death Streak: 4
Suicides: 3
Teammate Kills: 0 (0*)

  History Trust1's History:
  Events | Sessions | Awards (41) | Chat
  Search Find other players with the same name


  Miscellaneous Statistics

Player Trend
Player Trend Graph
Forum Signature


forum sig image

bbCode 1 (phpBB, SMF) | bbCode 2 (IPB) | Direct Image


  Ranks

Current rank: Sergeant
Sergeant
25% Kills needed: 75 (25%)
Rank history
Recruit Private Private First Class Lance Corporal Corporal


  Awards (hover over image to see name)

Ribbons
Bronze AK47 Supreme Top Assassin Award of AWP Sniper Award of Desert Eagle Award of Bomb Defuser Supreme Dual Beretta Elites Supreme Fusil Automatique Supreme Galil Award of Glock Bronze Grenade Award of Combat Knife Award of M3 Super Bronze AColt M4A1 Supreme MP5 Supremef P90 Award of Bomb Planter Award of Hostage Rescuer Supreme Scout Elite Award of USP
Global Awards
AK47


  Player Actions *

Rank Action Earned Accumulated Points sort-ascending.gif
1 Drop the Bomb 6 times -12
2 Start Defusing the Bomb With a Defuse Kit 2 times 0
3 Pick up the Bomb 1 times 2
4 Touch a Hostage 7 times 14
5 Defuse the Bomb 1 times 15
6 Rescue a Hostage 3 times 15
7 Triple Kill (3 kills) 8 times 16
8 Double Kill (2 kills) 20 times 20
9 Headshot 23 times 23
10 Plant the Bomb 2 times 30
11 Spawn with the Bomb 16 times 32




  Team Selection *

Rank Team sort-descending.gif Joined % Ratio
1 Terrorist 7 times 50.00% 50.00%
2 Counter-Terrorist 6 times 42.86% 42.86%




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,
			hlstats_Frags_as_res.killsTotal,
			hlstats_Frags_as_res.deathsTotal,
			ROUND(hlstats_Frags_as_res.killsTotal / IF(hlstats_Frags_as_res.deathsTotal = 0, 1, hlstats_Frags_as_res.deathsTotal), 2) AS kpd
		FROM
			hlstats_Events_ChangeRole
		LEFT JOIN
			hlstats_Roles
		ON
			hlstats_Events_ChangeRole.role = hlstats_Roles.code
		LEFT JOIN
			hlstats_Frags_as_res
		ON
			hlstats_Frags_as_res.role = hlstats_Events_ChangeRole.role
		WHERE
			hlstats_Events_ChangeRole.playerId = 7976349
			AND
			(
				hidden <> '1'
				OR hidden IS NULL
			)
			AND hlstats_Roles.game = 'mega'
		GROUP BY
			hlstats_Events_ChangeRole.role
		ORDER BY
			rolecount desc,
			name desc