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:* Fri. Jun. 6th, 2025 @ 23:46:51
Total Connection Time: 1d 14:49:46h
Average Ping:* 44 ms (Latency: 22 ms)
Favorite Server:* .:BIA:. GunGame
Favorite Map:* gg_blue_magic
Favorite Weapon:* Knife

Statistics Summary

Activity: 7%
Points: 7,148
Rank: 1
Kills per Minute: 1.33
Kills per Death: 1.2192 (1.28*)
Headshots per Kill: 0.4237 (0.3920*)
Shots per Kill: 20.52
Weapon Accuracy: 17.9% (22%*)
Headshots: 1,308 (69*)
Kills: 3,087 (176*)
Deaths: 2,532 (138*)
Longest Kill Streak: 4
Longest Death Streak: 26
Suicides: 0
Teammate Kills: 0 (0*)

  History Convi's History:
  Events | Sessions | Awards (341) | 
  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: 413 (17%)
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
Top Demolitionist


  Aliases

Rank Name Time Last Use sort-descending.gif Kills Deaths K:D Headshots HS:K Suicides Accuracy
1 Convi 0d 07:14:52h 2025-06-06 23:51:25 546 490 1.11 214 0.39 0 17.2%
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 83 times 166
2 Headshot 69 times 69
3 Drop the Bomb 16 times -32
4 Double Kill (2 kills) 16 times 16
5 Plant the Bomb 3 times 45
6 Pick up the Bomb 1 times 2




  Team Selection *

Rank Team Joined sort-descending.gif % Ratio
1 Terrorist 5 times 62.50%
2 Counter-Terrorist 3 times 37.50%




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