HLstatsX Community Edition
  • CSTRIKE
  • CSTRIKEGG
  • CSTRIKER
  • Contents
  • Search
  • Forum
  • Help

Banner
  Player Information

Player Profile

Steam Community Avatar
United Kingdom lmaomatt
Location: Mansfield, United Kingdom
Steam: STEAM_0:1:584761601
Status: Online
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)
MM Rank: rank
Last Connect:* Sat. Nov. 2nd, 2024 @ 21:42:02
Total Connection Time: 0d 19:10:19h
Average Ping:* 33 ms (Latency: 17 ms)
Favorite Server:* .:BIA:. GunGame
Favorite Map:* gg_castle_lac_cs16
Favorite Weapon:* Knife

Statistics Summary

Activity: 35%
Points: 4,442
Rank: 3
Kills per Minute: 1.30
Kills per Death: 1.1459 (1.28*)
Headshots per Kill: 0.5013 (0.5098*)
Shots per Kill: 19.68
Weapon Accuracy: 16.8% (17%*)
Headshots: 748 (26*)
Kills: 1,492 (51*)
Deaths: 1,302 (40*)
Longest Kill Streak: 2
Longest Death Streak: 22
Suicides: 0
Teammate Kills: 3 (0*)

  History lmaomatt's History:
  Events | Sessions | Awards (184) | 
  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: Third Lieutenant
Third Lieutenant
Kills needed: 108 (46%)
Rank history
Recruit Private Private First Class Lance Corporal Corporal Sergeant Staff Sergeant Gunnery Sergeant Master Sergeant First Sergeant Master Chief Sergeant Major Ensign


  Awards (hover over image to see name)

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


  Player Actions *

Rank Action Earned sort-descending.gif Accumulated Points
1 Headshot 26 times 26




  Team Selection *

Rank Team Joined sort-descending.gif % Ratio
1 Counter-Terrorist 2 times 100.00%




ERROR
Database Error

Server Address: localhost
Server Username: hlstats

Error Diagnostic:
Bad query.

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