HLstatsX Community Edition
  • Contents
  • Search
  • SourceBans
  • Help

Banner
  Player Information

Player Profile

Steam Community Avatar
North Macedonia pro max
Location: North Macedonia
Steam: STEAM_0:0:762904393
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:* Tue. May. 2nd, 2023 @ 22:34:52
Total Connection Time: 0d 09:00:23h
Average Ping:* 58 ms (Latency: 29 ms)
Favorite Server:* Albania Server | apscsgo.net
Favorite Map:* de_inferno
Favorite Weapon:* Kalashnikov AK-47

Statistics Summary

Activity: 93%
Points: 2,533
Rank: 430
Kills per Minute: 0.33
Kills per Death: 0.5251 (0.53*)
Headshots per Kill: 0.2978 (0.2978*)
Shots per Kill: -
Weapon Accuracy: 0.0% (0%*)
Headshots: 53 (53*)
Kills: 178 (178*)
Deaths: 339 (339*)
Longest Kill Streak: 4
Longest Death Streak: 16
Suicides: 12
Teammate Kills: 0 (0*)

  History pro max's History:
  Events | Sessions | Awards (3) | 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: Private First Class
Private First Class
Kills needed: 22 (78%)
Rank history
Recruit Private


  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 Award of MP7 Award of 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 Award of Most 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 pro max 0d 01:06:45h 2023-05-02 23:11:51 10 40 0.25 4 0.40 2 0.0%
2 beto_kingi 0d 01:51:37h 2023-05-01 15:29:16 60 58 1.03 25 0.42 1 0.0%
3 fullcocain xhikii 0d 03:22:39h 2023-04-26 14:35:47 54 144 0.38 14 0.26 7 0.0%
4 BALY ON TAP 0d 00:24:18h 2023-04-24 13:56:53 11 16 0.69 1 0.09 1 0.0%
5 AGA_JASIN 0d 00:43:15h 2023-04-23 22:05:13 20 27 0.74 2 0.10 0 0.0%
6 artan 0d 01:26:18h 2023-04-08 15:47:24 23 54 0.43 7 0.30 1 0.0%
7 boy 0d 00:05:10h 2023-03-30 08:32:56 0 0 0.00 0 - 0 0.0%
8 Trimi 0d 00:00:21h 2023-03-30 08:27:48 0 0 0.00 0 - 0 0.0%




  Player Actions *





  Team Selection *

Rank Team Joined sort-descending.gif % Ratio
1 Counter-Terrorist 29 times 51.79%
2 Terrorist 24 times 42.86%




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