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

Banner
  Player Information

Player Profile

Steam Community Avatar
Italy trig
Location: Monselice, Italy
Steam: STEAM_0:1:12595410
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:* Fri. Jun. 27th, 2025 @ 09:52:19
Total Connection Time: 0d 10:24:26h
Average Ping:* 21 ms (Latency: 11 ms)
Favorite Server:* .:BIA:. RATS
Favorite Map:* de_office_rats
Favorite Weapon:* Colt M4A1 Carbine

Statistics Summary

Activity: 44%
Points: 4,448
Rank: 4
Kills per Minute: 0.98
Kills per Death: 1.1278 (0.86*)
Headshots per Kill: 0.4384 (0.4043*)
Shots per Kill: 25.87
Weapon Accuracy: 20.2% (20%*)
Headshots: 267 (38*)
Kills: 609 (94*)
Deaths: 540 (109*)
Longest Kill Streak: 3
Longest Death Streak: 7
Suicides: 0
Teammate Kills: 2 (0*)

  History trig's History:
  Events | Sessions | Awards (93) | 
  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: Gunnery Sergeant
Gunnery Sergeant
Kills needed: 91 (9%)
Rank history
Recruit Private Private First Class Lance Corporal Corporal Sergeant Staff Sergeant


  Awards (hover over image to see name)

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


  Player Actions *

Rank Action Earned sort-descending.gif Accumulated Points
1 Spawn with the Bomb 67 times 134
2 Headshot 38 times 38
3 Touch a Hostage 8 times 16
4 Drop the Bomb 5 times -10
5 Start Defusing the Bomb Without a Defuse Kit 2 times 0
6 Plant the Bomb 2 times 30
7 Defuse the Bomb 1 times 15




  Team Selection *

Rank Team Joined sort-descending.gif % Ratio
1 Terrorist 12 times 50.00%
2 Counter-Terrorist 12 times 50.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 = 31827
			AND
			(
				hidden <> '1'
				OR hidden IS NULL
			)
			AND hlstats_Roles.game = 'cstriker'
		GROUP BY
			hlstats_Events_ChangeRole.role
		ORDER BY
			rolecount desc,
			name desc