HLstatsX Community Edition
  • AIM
  • AWP
  • CODMW
  • DM
  • DMFFA
  • FFAONLYHS
  • DUST2
  • FURIEN
  • FY
  • GUNGAME
  • KNIFE
  • MEGA
  • OLDSCHOOL
  • PAINTBALL
  • SCOUT
  • VANOCNI
  • Contents
  • Search
  • Forum
  • Help

  Sections

  Player Information

Player Profile

Steam Community Avatar
 RepsoL
Location: (Unknown)
Steam: Repsol
Status: (Unknown)
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)
Last Connect:* Tue. May. 13th, 2025 @ 19:08:45
Total Connection Time: 8d 00:03:15h
Average Ping:* 38 ms (Latency: 19 ms)
Favorite Server:* csko.cz | OldSchool
Favorite Map:* de_dust
Favorite Weapon:* Sig Sauer SG-552 Commando

Statistics Summary

Activity: 95% 95%
Points: 9,361
Rank: 27
Kills per Minute: 0.17
Kills per Death: 0.3925 (0.30*)
Headshots per Kill: 0.3292 (0.2500*)
Shots per Kill: 41.70
Weapon Accuracy: 13.0% (15%*)
Headshots: 643 (11*)
Kills: 1,953 (44*)
Deaths: 4,976 (148*)
Longest Kill Streak: 4
Longest Death Streak: 14
Suicides: 359
Teammate Kills: 1 (0*)

  History RepsoL's History:
  Events | Sessions | Awards (104) | 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: First Lieutenant
First Lieutenant
76.5% Kills needed: 47 (77%)
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


  Awards (hover over image to see name)

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


  Player Actions *

Rank Action Earned sort-descending.gif Accumulated Points
1 Spawn with the Bomb 32 times 64
2 Drop the Bomb 25 times -50
3 Plant the Bomb 16 times 240
4 Pick up the Bomb 16 times 32
5 Headshot 11 times 11
6 Touch a Hostage 4 times 8
7 Start Defusing the Bomb With a Defuse Kit 3 times 0
8 Double Kill (2 kills) 3 times 3
9 Triple Kill (3 kills) 2 times 4
10 Defuse the Bomb 1 times 15




  Team Selection *

Rank Team Joined sort-descending.gif % Ratio
1 Counter-Terrorist 27 times 51.92% 51.92%
2 Terrorist 24 times 46.15% 46.15%




ERROR
Database Error

Server Address: 192.168.1.22:3306
Server Username: webik

Error Diagnostic:
Bad query.

Server Error: (1267) Illegal mix of collations (utf8_czech_ci,IMPLICIT) and (utf8_general_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 = 8024839
			AND
			(
				hidden <> '1'
				OR hidden IS NULL
			)
			AND hlstats_Roles.game = 'oldschool'
		GROUP BY
			hlstats_Events_ChangeRole.role
		ORDER BY
			rolecount desc,
			name desc