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

  Player Information

Player Profile

Steam Community Avatar
France Paris-Saint-Germain
Location: Charmoille, France
Steam: STEAM_0:1:163177772
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. Mar. 14th, 2026 @ 12:42:26
Total Connection Time: 3d 01:43:50h
Average Ping:* -
Favorite Server:* * SchlachtHof :|: Dust2 Only :|: *Test* // noAim.eu
Favorite Map:* de_dust2
Favorite Weapon:* Kalashnikov AK-47

Statistics Summary

Activity: 98%
Points: 20,071
Rank: 255
Kills per Minute: 0.46
Kills per Death: 0.8960 (1.03*)
Headshots per Kill: 0.5096 (0.5774*)
Shots per Kill: -
Weapon Accuracy: 0.0% (0%*)
Headshots: 1,040 (97*)
Kills: 2,041 (168*)
Deaths: 2,278 (163*)
Longest Kill Streak: 6
Longest Death Streak: 11
Suicides: 0
Teammate Kills: 0 (0*)

  History Paris-Saint-Germain's History:
  Events | Sessions | Awards (6) | 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: Captain
Captain
Kills needed: 209 (16%)
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


  Awards (hover over image to see name)

Ribbons
Sharpshooter Connection Time 50 Hours Supreme AK47 Award of 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 Award of Scout Elite Supreme SG 550 Supreme SG 552 Supreme Suicides Supreme Team Kills Supreme TMP Supreme UMP 45 Award of 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 Paris-Saint-Germain 0d 02:24:04h 2026-03-14 12:49:58 83 87 0.95 54 0.65 0 0.0%
2 PSG 5-0 0d 03:06:00h 2026-02-21 15:10:13 103 89 1.16 54 0.52 0 0.0%
3 PSG 0d 03:51:25h 2026-02-11 17:19:11 73 118 0.62 39 0.53 0 0.0%
4 Kenshiro 0d 09:01:12h 2026-02-03 23:56:37 246 259 0.95 114 0.46 0 0.0%
5 Glorious 0d 13:31:31h 2026-01-12 17:01:41 396 385 1.03 215 0.54 0 0.0%
6 LostArk 1d 01:21:30h 2025-12-15 17:42:53 702 825 0.85 366 0.52 0 0.0%
7 Bluelock 0d 08:23:45h 2025-08-03 19:08:53 226 250 0.90 100 0.44 0 0.0%
8 Hokuto de cuisine 0d 01:24:58h 2025-05-25 19:16:33 32 56 0.57 13 0.41 0 0.0%
9 Solo leveling sung 0d 04:55:18h 2025-05-01 22:35:24 139 158 0.88 67 0.48 0 0.0%
10 lost ark 0d 01:44:07h 2025-04-04 22:54:29 41 51 0.80 18 0.44 0 0.0%




  Player Actions *

Rank Action Earned sort-descending.gif Accumulated Points
1 Headshot 97 times 97
2 Double Kill (2 kills) 29 times 29
3 Pick up the Bomb 17 times 51
4 Drop the Bomb 13 times -39
5 Triple Kill (3 kills) 9 times 18
6 Domination (4 kills) 5 times 15
7 Plant the Bomb 3 times 18
8 Start Defusing the Bomb With a Defuse Kit 2 times 0
9 Mega Kill (6 kills) 1 times 5




  Team Selection *

Rank Team Joined sort-descending.gif % Ratio
1 Terrorist 15 times 34.09%
2 Counter-Terrorist 9 times 20.45%




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