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

Banner
  Player Information

Player Profile

Steam Community Avatar
Spain <M>
Location: Cuevas de San Marcos, Spain
Steam: STEAM_0:1:12651748
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:* Sun. Jun. 16th, 2024 @ 18:04:05
Total Connection Time: 0d 03:46:46h
Average Ping:* -
Favorite Server:* .:BIA:. RATS
Favorite Map:* cs_rats_assault_b2
Favorite Weapon:*

Statistics Summary

Activity: 67%
Points: 790
Rank: 19
Kills per Minute: 0.10
Kills per Death: 0.9565 (-*)
Headshots per Kill: 0.4091 (-*)
Shots per Kill: -
Weapon Accuracy: 16.0% (0%*)
Headshots: 9 (0*)
Kills: 22 (0*)
Deaths: 23 (0*)
Longest Kill Streak: 2
Longest Death Streak: 8
Suicides: 0
Teammate Kills: 0 (0*)

  History <M>'s History:
  Events | Sessions | Awards (6) | 
  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: Recruit
Recruit
Kills needed: 28 (44%)
Rank history


  Awards (hover over image to see name)

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


  Aliases

Rank Name Time Last Use sort-descending.gif Kills Deaths K:D Headshots HS:K Suicides Accuracy
1 <M> 0d 00:29:34h 2024-06-16 18:06:31 0 0 0.00 0 - 0 0.0%
2 <Martusky> 0d 00:28:54h 2022-03-17 18:39:11 10 3 3.33 5 0.50 0 18.3%
3 <M> 8 years off 0d 02:48:18h 2021-08-18 00:48:51 12 20 0.60 4 0.33 0 15.0%




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