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

Banner
  Player Information

Player Profile

Steam Community Avatar
Portugal lightning
Location: Matosinhos Municipality, Portugal
Steam: STEAM_0:0:14231234
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:* (Unknown)
Total Connection Time: 0d 03:34:23h
Average Ping:* -
Favorite Server:*
Favorite Map:*
Favorite Weapon:*

Statistics Summary

Activity: -1%
Points: 1,828
Rank: Not active
Kills per Minute: 0.69
Kills per Death: 1.2564 (-*)
Headshots per Kill: 0.5510 (-*)
Shots per Kill: -
Weapon Accuracy: 21.5% (0%*)
Headshots: 81 (0*)
Kills: 147 (0*)
Deaths: 117 (0*)
Longest Kill Streak: 4
Longest Death Streak: 7
Suicides: 0
Teammate Kills: 0 (0*)

  History lightning's History:
  Events | Sessions | Awards (7) | 
  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: 53 (47%)
Rank history
Recruit Private


  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 Supreme Fusil Automatique Supreme Galil Supreme Glock Supreme Grenade Supreme Combat Knife Supreme Lowpinger Supreme M3 Super Supreme Colt M4A1 Supremef 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 lightning 0d 02:43:26h 2020-05-08 22:29:10 109 76 1.43 54 0.50 0 21.2%
2 light 0d 00:05:18h 2020-05-02 22:27:02 3 2 1.50 1 0.33 0 22.4%
3 _____ 0d 00:01:47h 2020-04-29 22:20:15 0 1 0.00 0 - 0 0.0%
4 /usr/bin/lightning 0d 00:01:13h 2020-04-24 23:35:08 0 1 0.00 0 - 0 16.7%
5 Ana Cacho Paulo 0d 00:18:15h 2020-04-16 00:18:16 13 14 0.93 9 0.69 0 24.9%
6 Cuca Beludo 0d 00:24:24h 2020-04-13 20:18:04 22 23 0.96 17 0.77 0 20.9%




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