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

Banner
  Player Information

Player Profile

Steam Community Avatar
Brazil LALO
Location: Otacilio Costa, Brazil
Steam: STEAM_0:0:639807922
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:* Fri. Apr. 26th, 2024 @ 01:23:24
Total Connection Time: 0d 19:34:31h
Average Ping:* -
Favorite Server:* .:BIA:. GunGame
Favorite Map:* gg_aztec
Favorite Weapon:* Knife

Statistics Summary

Activity: 68%
Points: 4,818
Rank: 1
Kills per Minute: 1.36
Kills per Death: 1.0841 (5.00*)
Headshots per Kill: 0.2697 (0.3000*)
Shots per Kill: 24.71
Weapon Accuracy: 18.8% (20%*)
Headshots: 431 (3*)
Kills: 1,598 (10*)
Deaths: 1,474 (2*)
Longest Kill Streak: 3
Longest Death Streak: 14
Suicides: 0
Teammate Kills: 3 (0*)

  History LALO's History:
  Events | Sessions | Awards (150) | 
  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: Third Lieutenant
Third Lieutenant
Kills needed: 2 (99%)
Rank history
Recruit Private Private First Class Lance Corporal Corporal Sergeant Staff Sergeant Gunnery Sergeant Master Sergeant First Sergeant Master Chief Sergeant Major Ensign


  Awards (hover over image to see name)

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


  Aliases

Rank Name Time Last Use Kills Deaths K:D Headshots sort-descending.gif HS:K Suicides Accuracy
1 franciaco 0d 13:33:01h 2023-08-05 04:12:37 1,140 1,079 1.06 305 0.27 0 18.2%
2 LALO 0d 02:23:14h 2024-04-26 01:27:37 176 155 1.14 53 0.30 0 22.6%
3 (1)Player 0d 02:10:40h 2023-02-06 00:19:38 192 154 1.25 45 0.23 0 19.4%
4 Player 0d 01:27:36h 2023-09-12 19:53:32 90 86 1.05 28 0.31 0 20.1%




  Player Actions *





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