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

Banner
  Player Information

Player Profile

Steam Community Avatar
Germany Dr. Rattlesnake *RS*
Location: Germany
Steam: STEAM_0:0:3951105
Status: Offline
Click here to add as friend
Karma: In good standing
Member of Clan:  RS
Real Name: (Not Specified)
E-mail Address: (Not Specified)
Home Page: (Not Specified)
MM Rank: rank
Last Connect:* Tue. Feb. 24th, 2026 @ 02:50:40
Total Connection Time: 0d 08:20:48h
Average Ping:* 156 ms (Latency: 78 ms)
Favorite Server:* .:BIA:. RATS
Favorite Map:* de_rats_kitchoon_v2
Favorite Weapon:* Knife

Statistics Summary

Activity: 97%
Points: 2,851
Rank: 3
Kills per Minute: 0.44
Kills per Death: 2.1471 (2.26*)
Headshots per Kill: 0.3516 (0.3721*)
Shots per Kill: 8.67
Weapon Accuracy: 24.7% (31%*)
Headshots: 77 (32*)
Kills: 219 (86*)
Deaths: 102 (38*)
Longest Kill Streak: 2
Longest Death Streak: 6
Suicides: 0
Teammate Kills: 1 (1*)

  History Dr. Rattlesnake *RS*'s History:
  Events | Sessions | Awards (42) | 
  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: 81 (19%)
Rank history
Recruit Private Private First Class


  Awards (hover over image to see name)

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


  Player Actions *

Rank Action Earned sort-descending.gif Accumulated Points
1 Spawn with the Bomb 33 times 66
2 Headshot 32 times 32
3 Plant the Bomb 13 times 195
4 Touch a Hostage 11 times 22
5 Start Defusing the Bomb Without a Defuse Kit 3 times 0
6 Drop the Bomb 3 times -6
7 Rescue a Hostage 1 times 5
8 Defuse the Bomb 1 times 15




  Team Selection *

Rank Team Joined sort-descending.gif % Ratio
1 Counter-Terrorist 17 times 70.83%
2 Terrorist 7 times 29.17%




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