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:* Sun. Jun. 29th, 2025 @ 22:16:54
Total Connection Time: 1d 03:21:32h
Average Ping:* 45 ms (Latency: 23 ms)
Favorite Server:* .:BIA:. GunGame
Favorite Map:* fy_irak
Favorite Weapon:* Knife

Statistics Summary

Activity: 100%
Points: 4,644
Rank: 5
Kills per Minute: 1.01
Kills per Death: 0.7553 (0.73*)
Headshots per Kill: 0.3489 (0.2842*)
Shots per Kill: 41.24
Weapon Accuracy: 13.1% (13%*)
Headshots: 577 (52*)
Kills: 1,654 (183*)
Deaths: 2,190 (250*)
Longest Kill Streak: 3
Longest Death Streak: 18
Suicides: 0
Teammate Kills: 5 (1*)

  History mayb's History:
  Events | Sessions | Awards (68) | 
  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: Second Lieutenant
Second Lieutenant
Kills needed: 146 (27%)
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


  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 Award of Hostage Rescuer Supreme Scout Elite Bronze USP
Global Awards
Top Hostage Rescuer


  Aliases

Rank Name sort-descending.gif Time Last Use Kills Deaths K:D Headshots HS:K Suicides Accuracy
1 maybehost 0d 03:56:08h 2024-07-02 00:30:13 246 348 0.71 81 0.33 0 14.2%
2 maybe hjiosat 0d 00:21:11h 2023-10-21 00:31:58 12 30 0.40 5 0.42 0 18.6%
3 mayb 0d 23:04:13h 2025-06-29 23:23:08 1,396 1,812 0.77 491 0.35 0 12.9%




  Player Actions *

Rank Action Earned sort-descending.gif Accumulated Points
1 Headshot 52 times 52
2 Double Kill (2 kills) 15 times 15
3 Touch a Hostage 10 times 20
4 Rescue a Hostage 2 times 10




  Team Selection *

Rank Team Joined sort-descending.gif % Ratio
1 Counter-Terrorist 10 times 66.67%
2 Terrorist 5 times 33.33%




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