HLstatsX Community Edition
  • Contents
  • Search
  • SourceBans
  • Help

Banner
  Player Information

Player Profile

Steam Community Avatar
Serbia [d
Location: Serbia
Steam: STEAM_0:1:592641170
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:* (Unknown)
Total Connection Time: 2d 10:29:02h
Average Ping:* -
Favorite Server:*
Favorite Map:*
Favorite Weapon:*

Statistics Summary

Activity: -1%
Points: 5,685
Rank: Not active
Kills per Minute: 0.86
Kills per Death: 1.4519 (-*)
Headshots per Kill: 0.6502 (-*)
Shots per Kill: -
Weapon Accuracy: 0.0% (0%*)
Headshots: 1,972 (0*)
Kills: 3,033 (0*)
Deaths: 2,089 (0*)
Longest Kill Streak: 14
Longest Death Streak: 7
Suicides: 23
Teammate Kills: 0 (0*)

  History [d's History:
  Events | Sessions | Awards (41) | 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: Major
Major
Kills needed: 467 (7%)
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


  Awards (hover over image to see name)

Ribbons
Supreme AK47 Supreme AWP Sniper Supreme PP Bizon Supreme Desert Eagle Supreme Bomb Defuser Supreme Dual Beretta Elites Supreme Inferno Supreme Five-Seven Supreme G3 SG1 Supreme Galilar Supreme Glock Supreme Headshots Supreme HE Grenades Supreme Hostage Killer Supreme Combat Knife Supreme Lowpinger Supreme M249 Supreme M4A4 Supreme MAC-10 Supreme MAG-7 Supreme Most Kills Supreme MP7 Supreme MP9 Supreme Negev Supreme Nova Supreme P2000 Supreme P250 Supreme P90 Supreme Bomb Planter Supreme Hostage Rescuer Supreme Most Valuable Player Supreme Sawed-Off Supreme SCAR-20 Supreme SG 08 Supreme SG 553 Supreme Suicides Supreme Zeus x27 Supreme Team Kills Supreme Tec9 Supreme UMP-45 Supreme XM Shotgun
Global Awards


  Aliases

Rank Name Time Last Use sort-descending.gif Kills Deaths K:D Headshots HS:K Suicides Accuracy
1 [d 0d 00:02:38h 2023-02-08 20:38:33 3 6 0.50 2 0.67 0 0.0%
2 mmx 0d 01:23:36h 2023-02-02 23:43:16 28 53 0.53 15 0.54 1 0.0%
3 7 0d 00:02:36h 2023-02-02 21:25:52 0 0 0.00 0 - 0 0.0%
4 honoris causa 0d 00:06:21h 2023-01-23 20:56:17 2 5 0.40 2 1.00 0 0.0%
5 dns 1d 05:26:00h 2023-01-23 20:50:14 1,630 1,061 1.54 1,072 0.66 13 0.0%
6 puta u green 0d 00:02:10h 2023-01-23 19:39:46 1 0 1.00 1 1.00 0 0.0%
7 MJ 0d 21:08:09h 2023-01-19 23:28:55 1,100 736 1.49 708 0.64 8 0.0%
8 cat doja 0d 00:01:13h 2023-01-19 23:02:21 1 1 1.00 1 1.00 0 0.0%
9 9ns 0d 06:16:19h 2022-11-10 03:12:58 268 227 1.18 171 0.64 1 0.0%




ERROR
Database Error

Server Address: localhost
Server Username: hoppz_db1

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