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
 cislo 38 je s5
Location: (Unknown)
Steam: cislo 38 je s5
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:* Wed. Apr. 2nd, 2025 @ 07:28:15
Total Connection Time: 1d 08:17:57h
Average Ping:* 63 ms (Latency: 32 ms)
Favorite Server:* csko.cz | Mega pub
Favorite Map:* cs_estate
Favorite Weapon:* Kalashnikov AK-47

Statistics Summary

Activity: 100% 100%
Points: 4,957
Rank: 69
Kills per Minute: 0.24
Kills per Death: 0.6597 (0.66*)
Headshots per Kill: 0.4501 (0.4501*)
Shots per Kill: 18.40
Weapon Accuracy: 20.5% (20%*)
Headshots: 212 (212*)
Kills: 471 (471*)
Deaths: 714 (714*)
Longest Kill Streak: 5
Longest Death Streak: 12
Suicides: 3
Teammate Kills: 0 (0*)

  History cislo 38 je s5's History:
  Events | Sessions | Awards (20) | 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: Sergeant
Sergeant
71% Kills needed: 29 (71%)
Rank history
Recruit Private Private First Class Lance Corporal Corporal


  Awards (hover over image to see name)

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


  Player Actions *

Rank Action Earned sort-descending.gif Accumulated Points
1 Headshot 212 times 212
2 Spawn with the Bomb 161 times 322
3 Touch a Hostage 82 times 164
4 Double Kill (2 kills) 66 times 66
5 Plant the Bomb 65 times 975
6 Drop the Bomb 51 times -102
7 Rescue a Hostage 34 times 170
8 Pick up the Bomb 25 times 50
9 Start Defusing the Bomb With a Defuse Kit 9 times 0
10 Defuse the Bomb 9 times 135
11 Triple Kill (3 kills) 7 times 14
12 Start Defusing the Bomb Without a Defuse Kit 6 times 0
13 Rampage (5 kills) 1 times 4




  Team Selection *

Rank Team Joined sort-descending.gif % Ratio
1 Counter-Terrorist 110 times 50.23% 50.23%
2 Terrorist 106 times 48.40% 48.40%




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