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

Banner
  Player Information

Player Profile

Steam Community Avatar
United Kingdom mayb
Location: Bath, United Kingdom
Steam: STEAM_0:1:237569868
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:* Fri. Jan. 24th, 2025 @ 23:02:22
Total Connection Time: 1d 00:17:29h
Average Ping:* 50 ms (Latency: 25 ms)
Favorite Server:* .:BIA:. GunGame
Favorite Map:* gg_fest
Favorite Weapon:* Knife

Statistics Summary

Activity: 18%
Points: 4,328
Rank: 2
Kills per Minute: 1.01
Kills per Death: 0.7582 (0.82*)
Headshots per Kill: 0.3569 (0.3231*)
Shots per Kill: 36.09
Weapon Accuracy: 13.1% (14%*)
Headshots: 525 (21*)
Kills: 1,471 (65*)
Deaths: 1,940 (79*)
Longest Kill Streak: 3
Longest Death Streak: 18
Suicides: 0
Teammate Kills: 4 (0*)

  History mayb's History:
  Events | Sessions | Awards (65) | 
  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: Third Lieutenant
Third Lieutenant
Kills needed: 129 (36%)
Rank history
Recruit Private Private First Class Lance Corporal Corporal Sergeant Staff Sergeant Gunnery Sergeant Master Sergeant First Sergeant Master Chief Sergeant Major Ensign


  Awards (hover over image to see name)

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


  Aliases

Rank Name Time Last Use sort-descending.gif Kills Deaths K:D Headshots HS:K Suicides Accuracy
1 mayb 0d 20:00:10h 2025-01-24 23:23:30 1,213 1,562 0.78 439 0.36 0 12.9%
2 maybehost 0d 03:56:08h 2024-07-02 00:30:13 246 348 0.71 81 0.33 0 14.2%
3 maybe hjiosat 0d 00:21:11h 2023-10-21 00:31:58 12 30 0.40 5 0.42 0 18.6%




  Player Actions *

Rank Action Earned sort-descending.gif Accumulated Points
1 Headshot 21 times 21




  Team Selection *

Rank Team Joined sort-descending.gif % Ratio
1 Terrorist 3 times 75.00%
2 Counter-Terrorist 1 times 25.00%




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