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

Banner
  Player Information

Player Profile

Steam Community Avatar
Bulgaria Lee
Location: Sofia, Bulgaria
Steam: STEAM_0:1:56225
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:* Sun. Oct. 5th, 2025 @ 15:30:33
Total Connection Time: 0d 07:07:26h
Average Ping:* -
Favorite Server:* .:BIA:. Public
Favorite Map:* de_inferno_winter
Favorite Weapon:*

Statistics Summary

Activity: 24%
Points: 3,554
Rank: 2
Kills per Minute: 1.11
Kills per Death: 2.9748 (-*)
Headshots per Kill: 0.3192 (-*)
Shots per Kill: -
Weapon Accuracy: 23.0% (0%*)
Headshots: 151 (0*)
Kills: 473 (0*)
Deaths: 159 (0*)
Longest Kill Streak: 4
Longest Death Streak: 6
Suicides: 0
Teammate Kills: 25 (0*)

  History Lee's History:
  Events | Sessions | Awards (81) | 
  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
Kills needed: 27 (73%)
Rank history
Recruit Private Private First Class Lance Corporal Corporal


  Awards (hover over image to see name)

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


  Aliases

Rank Name Time Last Use sort-descending.gif Kills Deaths K:D Headshots HS:K Suicides Accuracy
1 lee 0d 05:02:35h 2025-10-05 15:30:47 335 93 3.60 113 0.34 0 27.3%
2 yungstah 0d 00:11:57h 2023-10-06 19:22:39 30 5 6.00 9 0.30 0 15.9%
3 [BZ]Mr.|<Lee> 0d 00:01:18h 2023-10-06 19:10:39 0 0 0.00 0 - 0 0.0%
4 lingling 0d 00:00:21h 2023-09-17 17:33:48 0 0 0.00 0 - 0 0.0%
5 Player's 0d 00:00:09h 2023-08-14 18:30:19 0 0 0.00 0 - 0 0.0%
6 leebling 0d 00:38:36h 2023-08-10 20:11:39 72 29 2.48 21 0.29 0 19.3%
7 player 0d 00:09:34h 2023-08-05 19:54:48 0 0 0.00 0 - 0 0.0%
8 Player (1) 0d 00:04:14h 2023-07-21 17:12:51 5 3 1.67 3 0.60 0 21.3%
9 leelalaunebär 0d 00:03:14h 2023-05-17 20:18:37 0 0 0.00 0 - 0 0.0%
10 leelalaunebear 0d 00:03:26h 2023-05-17 20:15:23 0 0 0.00 0 - 0 0.0%
11 3 0d 00:39:41h 2023-04-30 10:44:26 29 23 1.26 4 0.14 0 18.7%
12 Mr.Lee 0d 00:10:22h 2023-04-22 19:10:09 2 6 0.33 1 0.50 0 23.5%
13 lee'schen 0d 00:01:59h 2022-07-09 18:40:34 0 0 0.00 0 - 0 0.0%




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