HLstatsX Community Edition
  • Contents
  • Search
  • SourceBans
  • Forum
  • Help

  Player Information

Player Profile

Steam Community Avatar
 EASY Yogi
Location: (Unknown)
Steam: BOT:ed04df9e32024bba8631a41cb5492d83
Status: Unknown
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:* Tue. Jun. 17th, 2025 @ 22:59:43
Total Connection Time: 48d 04:45:56h
Average Ping:* -
Favorite Server:*
Favorite Map:*
Favorite Weapon:* Knife

Statistics Summary

Activity: 100%
Points: 163,211
Rank: Hidden
Kills per Minute: 0.02
Kills per Death: 0.0505 (0.05*)
Headshots per Kill: 0.3708 (0.3759*)
Shots per Kill: 112.23
Weapon Accuracy: 15.0% (15%*)
Headshots: 610 (495*)
Kills: 1,645 (1,317*)
Deaths: 32,569 (25,445*)
Longest Kill Streak: 4
Longest Death Streak: 51
Suicides: 0
Teammate Kills: 0 (0*)

  History EASY Yogi's History:
  Events | Sessions | Awards (0) | Chat
  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: 행보관
행보관
Kills needed: 55 (78%)
Rank history
견습생 훈련병 이병 일병 상병 병장 하사 중사 상사


  Awards (hover over image to see name)

Ribbons
Sharpshooter Connection Time 150 Hours Supreme AK47 Supreme Steyr Aug Supreme AWP Sniper Supreme Desert Eagle Supreme Bomb Defuser Supreme Dual Beretta Elites Award of Famas Supreme Five-Seven Supreme G3 SG1 Supreme Galil Supreme Glock Supreme Headshots Supreme HE Grenades Supreme Hostage Killer Supreme Combat Knife Supreme Lowpinger Supreme M249 Para Supreme M3 Shotgun Supreme Colt M4A1 Supreme MAC 10 Supreme Most Kills Supreme MP5 Navy Supreme Sig P228 Supreme P90 Supreme Bomb Planter Supreme Hostage Rescuer Supreme Scout Elite Supreme SG 550 Supreme SG 552 Supreme Suicides Supreme Team Kills Supreme TMP Supreme UMP 45 Supreme USP Supreme XM Shotgun
Global Awards


  Player Actions *

Rank Action Earned sort-descending.gif Accumulated Points
1 Pick up the Bomb 4,279 times 8,558
2 Plant the Bomb 2,047 times 20,470
3 Drop the Bomb 1,815 times -3630
4 Round MVP 1,795 times 0
5 Headshot 495 times 495
6 Revenge 187 times 561
7 Double Kill (2 kills) 52 times 52
8 Triple Kill (3 kills) 5 times 10
9 Kill a Hostage 5 times -75
10 Domination 3 times 15
11 Domination (4 kills) 1 times 3




  Victims of Player-Player Actions *

Rank Action Earned Against sort-descending.gif Accumulated Points
1 Domination 2,760 times -13800
2 Revenge 2 times -6




ERROR
Database Error

Server Address: localhost
Server Username: hlstatsx

Error Diagnostic:
Bad query.

Server Error: (1194) Table 'hlstats_events_changeteam' is marked as crashed and should be repaired

Last SQL Query:
		SELECT
			IFNULL(hlstats_Teams.name, hlstats_Events_ChangeTeam.team) AS name,
			COUNT(hlstats_Events_ChangeTeam.id) AS teamcount,
			ROUND((COUNT(hlstats_Events_ChangeTeam.id) / 6844) * 100, 2) AS percent
		FROM
			hlstats_Events_ChangeTeam
		LEFT JOIN
			hlstats_Teams
		ON
			hlstats_Events_ChangeTeam.team = hlstats_Teams.code
		WHERE
			hlstats_Teams.game = 'css'
			AND hlstats_Events_ChangeTeam.playerId = 35600
			AND
			(
				hidden <> '1'
				OR hidden IS NULL
			)
		GROUP BY
			hlstats_Events_ChangeTeam.team
		ORDER BY
			teamcount desc,
			name desc