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

  Player Information

Player Profile

Steam Community Avatar
Switzerland Lord
Location: Zurich, Switzerland
Steam: STEAM_0:0:7867617
Status: Offline
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. Sep. 13th, 2025 @ 23:32:42
Total Connection Time: 4d 05:37:07h
Average Ping:* -
Favorite Server:* * SchlachtHof :|: Dust2 Only :|: *Test* // noAim.eu
Favorite Map:* de_dust2
Favorite Weapon:* FN P90

Statistics Summary

Activity: 100%
Points: 10,006
Rank: 326
Kills per Minute: 0.10
Kills per Death: 0.2725 (0.30*)
Headshots per Kill: 0.5556 (0.5078*)
Shots per Kill: -
Weapon Accuracy: 0.0% (0%*)
Headshots: 340 (98*)
Kills: 612 (193*)
Deaths: 2,246 (642*)
Longest Kill Streak: 6
Longest Death Streak: 41
Suicides: 0
Teammate Kills: 0 (0*)

  History Lord's History:
  Events | Sessions | Awards (2) | 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: Gunnery Sergeant
Gunnery Sergeant
Kills needed: 88 (12%)
Rank history
Recruit Private Private First Class Lance Corporal Corporal Sergeant Staff Sergeant


  Awards (hover over image to see name)

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


  Aliases

Rank Name Time Last Use sort-descending.gif Kills Deaths K:D Headshots HS:K Suicides Accuracy
1 Lord 0d 14:17:34h 2025-09-14 00:20:01 114 384 0.30 63 0.55 0 0.0%
2 Max 0d 19:03:29h 2025-09-12 16:41:12 83 361 0.23 42 0.51 0 0.0%
3 mARK 1d 03:19:44h 2025-09-11 22:53:27 196 679 0.29 103 0.53 0 0.0%
4 Wax 0d 03:52:52h 2025-09-10 16:58:24 21 112 0.19 16 0.76 0 0.0%
5 Wasna 0d 04:31:11h 2025-09-06 20:19:27 32 114 0.28 16 0.50 0 0.0%
6 Lord$ 0d 00:01:50h 2025-08-07 14:58:16 0 0 0.00 0 - 0 0.0%
7 Locksmith 0d 16:40:33h 2025-04-04 15:57:33 86 315 0.27 53 0.62 0 0.0%
8 Blueberry 0d 01:45:11h 2025-04-04 11:38:38 7 22 0.32 3 0.43 0 0.0%
9 Marshall 0d 13:00:40h 2025-04-04 11:15:53 73 246 0.30 44 0.60 0 0.0%
10 Jackson 0d 00:24:32h 2025-01-26 12:51:41 0 8 0.00 0 - 0 0.0%
11 Pax 0d 00:39:31h 2024-11-22 13:50:28 0 5 0.00 0 - 0 0.0%




  Player Actions *

Rank Action Earned sort-descending.gif Accumulated Points
1 Headshot 98 times 98
2 Pick up the Bomb 34 times 102
3 Double Kill (2 kills) 29 times 29
4 Drop the Bomb 22 times -66
5 Triple Kill (3 kills) 5 times 10




  Team Selection *

Rank Team Joined sort-descending.gif % Ratio
1 Terrorist 59 times 13.92%
2 Counter-Terrorist 57 times 13.44%




ERROR
Database Error

Server Address: localhost
Server Username: hlsx

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