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

Banner
  Player Information

Player Profile

Steam Community Avatar
Turkey tusoo
Location: Istanbul, Turkey
Steam: STEAM_0:0:542729748
Status: Online
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:* Sat. May. 11th, 2024 @ 23:14:26
Total Connection Time: 0d 03:37:08h
Average Ping:* 56 ms (Latency: 28 ms)
Favorite Server:* .:BIA:. GunGame
Favorite Map:* gg_boxes_arvis
Favorite Weapon:* H&K UMP45

Statistics Summary

Activity: 75%
Points: 1,654
Rank: 5
Kills per Minute: 0.86
Kills per Death: 0.8462 (0.85*)
Headshots per Kill: 0.4171 (0.4545*)
Shots per Kill: 33.70
Weapon Accuracy: 14.7% (14%*)
Headshots: 78 (10*)
Kills: 187 (22*)
Deaths: 221 (26*)
Longest Kill Streak: 2
Longest Death Streak: 12
Suicides: 0
Teammate Kills: 0 (0*)

  History tusoo's History:
  Events | Sessions | Awards (12) | 
  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 First Class
Private First Class
Kills needed: 13 (87%)
Rank history
Recruit Private


  Awards (hover over image to see name)

Ribbons
Supreme AK47 Supreme Top Assassin Award of AWP Sniper Award of Desert Eagle Award of Bomb Defuser Supreme Dual Beretta Elites Supreme Fusil Automatique Award of Galil Supreme Glock Supreme Grenade Supreme Combat Knife Award of Lowpinger Supreme M3 Super Supreme Colt M4A1 Award of 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 tusoo 0d 02:09:17h 2024-05-11 23:15:41 105 137 0.77 42 0.40 0 14.2%
2 tusooooooo 0d 01:08:05h 2023-08-11 15:20:40 60 59 1.02 29 0.48 0 18.8%
3 Tuso 0d 00:19:46h 2023-07-04 14:45:13 22 25 0.88 7 0.32 0 10.9%




  Player Actions *

Rank Action Earned sort-descending.gif Accumulated Points
1 Spawn with the Bomb 50 times 100
2 Headshot 10 times 10
3 Drop the Bomb 1 times -2




  Team Selection *

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