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

Banner
  Player Information

Player Profile

Steam Community Avatar
United Kingdom Convi
Location: Whitehaven, United Kingdom
Steam: STEAM_0:0:83949378
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:* Mon. Jul. 28th, 2025 @ 00:52:32
Total Connection Time: 1d 15:44:27h
Average Ping:* 50 ms (Latency: 25 ms)
Favorite Server:* .:BIA:. GunGame
Favorite Map:* fy_snow
Favorite Weapon:* Knife

Statistics Summary

Activity: 89%
Points: 7,369
Rank: 1
Kills per Minute: 1.33
Kills per Death: 1.2069 (0.87*)
Headshots per Kill: 0.4246 (0.4568*)
Shots per Kill: 25.96
Weapon Accuracy: 17.9% (21%*)
Headshots: 1,345 (37*)
Kills: 3,168 (81*)
Deaths: 2,625 (93*)
Longest Kill Streak: 4
Longest Death Streak: 26
Suicides: 0
Teammate Kills: 0 (0*)

  History Convi's History:
  Events | Sessions | Awards (353) | 
  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: 332 (34%)
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
Gold AK47 Supreme Top Assassin Gold AWP Sniper Gold Desert Eagle Award of Bomb Defuser Gold Dual Beretta Elites Gold Fusil Automatique GoldGalil Silver Glock Gold Grenade Gold Combat Knife Bronze Lowpinger Gold M3 Super Gold Colt M4A1 Gold P90 Bronze Bomb Planter Supreme Hostage Rescuer Supreme Scout Elite Gold USP
Global Awards
Headshot King


  Aliases

Rank Name Time Last Use sort-descending.gif Kills Deaths K:D Headshots HS:K Suicides Accuracy
1 Convi 0d 08:09:33h 2025-07-28 00:56:32 627 583 1.08 251 0.40 0 17.7%
2 RedBoost | Fragnatic 0d 22:12:00h 2024-01-04 22:55:02 1,796 1,451 1.24 776 0.43 0 18.4%
3 Annonymous 0d 09:22:54h 2022-09-11 22:28:51 745 591 1.26 318 0.43 0 17.1%




  Player Actions *

Rank Action Earned sort-descending.gif Accumulated Points
1 Spawn with the Bomb 50 times 100
2 Headshot 37 times 37
3 Double Kill (2 kills) 2 times 2
4 Drop the Bomb 1 times -2




  Team Selection *

Rank Team Joined sort-descending.gif % Ratio
1 Terrorist 3 times 60.00%
2 Counter-Terrorist 2 times 40.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 = 4086
			AND
			(
				hidden <> '1'
				OR hidden IS NULL
			)
			AND hlstats_Roles.game = 'cstrikegg'
		GROUP BY
			hlstats_Events_ChangeRole.role
		ORDER BY
			rolecount desc,
			name desc