HLstatsX Community Edition
  • Contents
  • Search
  • Help

  Sections

  Player Information

Player Profile

Steam Community Avatar
Germany pasiax
Location: Oldenburg in Holstein, Germany
Steam: STEAM_0:0:222427382
Status: (Unknown)
Click here to add as friend
Karma: In good standing
Member of Clan:  pasia
Real Name: (Not Specified)
E-mail Address: (Not Specified)
Home Page: (Not Specified)
Last Connect:* (Unknown)
Total Connection Time: 4d 13:45:59h
Average Ping:* -
Favorite Server:*
Favorite Map:*
Favorite Weapon:*

Statistics Summary

Activity: 46% 46%
Points: 48,609
Rank: 15
Kills per Minute: 1.02
Kills per Death: 1.0655 (-*)
Headshots per Kill: 0.5642 (-*)
Shots per Kill: -
Weapon Accuracy: 52.9% (0%*)
Headshots: 3,774 (0*)
Kills: 6,689 (0*)
Deaths: 6,278 (0*)
Longest Kill Streak: 9
Longest Death Streak: 12
Suicides: 0
Teammate Kills: 0 (0*)

  History pasiax's History:
  Events | Sessions | Awards (136) | 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: Colonel
Colonel
25.2% Kills needed: 561 (25%)
Rank history
Recruit Private Private First Class Lance Corporal Corporal Sergeant Staff Sergeant Gunnery Sergeant Master Sergeant First Sergeant Master Chief Sergeant Major Ensign Third Lieutenant Second Lieutenant First Lieutenant Captain Group Captain Senior Captain Lieutenant Major Major Group Major Lieutenant Commander Commander Group Commander Lieutenant Colonel


  Awards (hover over image to see name)

Ribbons
Sharpshooter Connection Time 100 Hours Bronze AK47 Award of Steyr Aug Bronze AWP Sniper Bronze Desert Eagle Supreme Bomb Defuser Award of Dual Beretta Elites Award of Famas Award of Five-Seven Bronze G3 SG1 Bronze Galil Bronze Glock Bronze Headshots Award of HE Grenades Supreme Hostage Killer Award of Combat Knife Supreme Lowpinger Bronze M249 Para Bronze M3 Shotgun Award of Colt M4A1 Bronze MAC 10 Bronze Most Kills Bronze MP5 Navy Award of Sig P228 Bronze P90 Supreme Bomb Planter Supreme Hostage Rescuer Bronze Scout Elite Bronze SG 550 Award of SG 552 Supreme Suicides Supreme Team Kills Bronze TMP Award of UMP 45 Bronze USP Award of XM Shotgun
Global Awards


ERROR
Database Error

Server Address: localhost
Server Username: hl1148

Error Diagnostic:
Bad query.

Server Error: (1267) Illegal mix of collations (utf8mb4_general_ci,IMPLICIT) and (utf8mb4_unicode_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 = 2418
			AND
			(
				hidden <> '1'
				OR hidden IS NULL
			)
			AND hlstats_Roles.game = 'css'
		GROUP BY
			hlstats_Events_ChangeRole.role
		ORDER BY
			rolecount desc,
			name desc