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

Banner
  Player Information

Player Profile

Steam Community Avatar
Germany ^KaKi
Location: Germany
Steam: STEAM_0:1:921679479
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:* Tue. Dec. 17th, 2024 @ 22:55:31
Total Connection Time: 0d 05:08:44h
Average Ping:* 17 ms (Latency: 9 ms)
Favorite Server:* .:BIA:. RATS
Favorite Map:* fy_rats_ST
Favorite Weapon:* Desert Eagle .50AE

Statistics Summary

Activity: 89%
Points: 2,003
Rank: 3
Kills per Minute: 0.75
Kills per Death: 2.1284 (2.13*)
Headshots per Kill: 0.3319 (0.3319*)
Shots per Kill: 26.06
Weapon Accuracy: 22.8% (23%*)
Headshots: 77 (77*)
Kills: 232 (232*)
Deaths: 109 (109*)
Longest Kill Streak: 2
Longest Death Streak: 5
Suicides: 0
Teammate Kills: 3 (3*)

  History ^KaKi's History:
  Events | Sessions | Awards (33) | 
  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: Lance Corporal
Lance Corporal
Kills needed: 68 (32%)
Rank history
Recruit Private Private First Class


  Awards (hover over image to see name)

Ribbons
Award of AK47 Supreme Top Assassin Supreme AWP Sniper Award of Desert Eagle Award of Bomb Defuser Supreme Dual Beretta Elites Supreme Fusil Automatique Award of Galil Award of Glock Award of Grenade Award of Combat Knife Award of Lowpinger Award of M3 Super Award of Colt M4A1 Supremef P90 Award of Bomb Planter Supreme Hostage Rescuer Supreme Scout Elite Award of USP
Global Awards
AK47 Best Latency Colt M4A1 Carbine Desert Eagle Galil Glock Grenadier Headshot King Knife Maniac Shotgun Top Demolitionist USP Master


  Player Actions *

Rank Action Earned sort-descending.gif Accumulated Points
1 Spawn with the Bomb 134 times 268
2 Headshot 77 times 77
3 Drop the Bomb 14 times -28
4 Plant the Bomb 4 times 60
5 Start Defusing the Bomb Without a Defuse Kit 3 times 0
6 Pick up the Bomb 3 times 6
7 Double Kill (2 kills) 3 times 3
8 Kill a Hostage 2 times -50
9 Defuse the Bomb 2 times 30




  Team Selection *

Rank Team Joined sort-descending.gif % Ratio
1 Counter-Terrorist 15 times 51.72%
2 Terrorist 14 times 48.28%




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