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

Banner
  Player Information

Player Profile

Steam Community Avatar
Portugal caxinha
Location: Ponta Delgada, Portugal
Steam: STEAM_0:1:634179563
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:* Wed. Jul. 2nd, 2025 @ 20:39:29
Total Connection Time: 0d 11:55:47h
Average Ping:* 64 ms (Latency: 32 ms)
Favorite Server:* .:BIA:. RATS
Favorite Map:* fy_rats_ST
Favorite Weapon:* M249 PARA Light Machine Gun

Statistics Summary

Activity: 96%
Points: 925
Rank: 17
Kills per Minute: 0.13
Kills per Death: 0.5897 (1.00*)
Headshots per Kill: 0.2609 (0.1707*)
Shots per Kill: 31.41
Weapon Accuracy: 19.7% (18%*)
Headshots: 24 (7*)
Kills: 92 (41*)
Deaths: 156 (41*)
Longest Kill Streak: 2
Longest Death Streak: 12
Suicides: 0
Teammate Kills: 21 (0*)

  History caxinha's History:
  Events | Sessions | Awards (18) | 
  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: Private
Private
Kills needed: 8 (84%)
Rank history
Recruit


  Awards (hover over image to see name)

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


  Aliases

Rank Name Time Last Use sort-descending.gif Kills Deaths K:D Headshots HS:K Suicides Accuracy
1 caxinha 0d 05:40:53h 2025-07-02 20:51:35 85 95 0.89 20 0.24 0 18.4%
2 Player 0d 05:51:59h 2023-06-26 21:40:52 7 57 0.12 4 0.57 0 33.7%
3 (1)Player 0d 00:22:55h 2023-06-10 23:19:35 0 4 0.00 0 - 0 0.8%




  Player Actions *

Rank Action Earned sort-descending.gif Accumulated Points
1 Spawn with the Bomb 29 times 58
2 Plant the Bomb 8 times 120
3 Headshot 7 times 7
4 Double Kill (2 kills) 5 times 5
5 Drop the Bomb 4 times -8
6 Touch a Hostage 2 times 4
7 Pick up the Bomb 1 times 2




  Team Selection *

Rank Team Joined sort-descending.gif % Ratio
1 Counter-Terrorist 12 times 80.00%
2 Terrorist 3 times 20.00%




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