• Contents
  • Search
  • Forum
  • Help

  Player Information

Player Profile

Steam Community Avatar
United Kingdom I N V A D E R
Location: Cardiff, United Kingdom
Steam: STEAM_0:0:5281135
Status: Offline
Click here to add as friend
Karma: In good standing
Member of Clan: (None)
E-mail Address: (Not Specified)
Home Page: (Not Specified)
Rank: Lance Corporal
Last Connect:* (Unknown)
Total Connection Time: 0d 02:45:40h
Average Ping:* -
Favorite Server:*
Favorite Map:*
Favorite Weapon:*

Statistics Summary

Activity: 67%
Points: 3,240
Rank: 4
Kills per Minute: 1.76
Kills per Death: 3.0632 (-*)
Headshots per Kill: 0.1512 (-*)
Shots per Kill: -
Weapon Accuracy: 0.0% (0%*)
Headshots: 44 (0*)
Kills: 291 (0*)
Deaths: 95 (0*)
Longest Kill Streak: 24
Longest Death Streak: 7
Suicides: 0
Teammate Kills: 0 (0*)

  History I N V A D E R's History:
  Events | Sessions | Awards (61) | 
  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: Lance Corporal
Lance Corporal
Kills needed: 9 (91%)
Rank history
Recruit Private Private First Class


  Awards (hover over image to see name)

Ribbons
Connection Time - Supreme Award of 357 Award of AR2 Award of Combine Ball Award of Xbow Supreme Crowbar Bronze Grenade Award of Most Headshots Supreme Lowpinger Most Kills - Bronze Supreme Physbox Award of Physics Supreme Pistol Award of RPG Bronze Shotgun Supreme Slam Award of SMG Supreme SMG Grenade Supreme Stunstick Most Suicides - Supreme
Global Awards


  Aliases

Rank Name Time Last Use sort-descending.gif Kills Deaths K:D Headshots HS:K Suicides Accuracy
1 I N V A D E R 0d 00:51:06h 2024-07-25 19:45:47 79 16 4.94 4 0.05 0 0.0%
2 yewavades 0d 00:33:13h 2024-04-03 20:48:27 74 11 6.73 13 0.18 0 0.0%
3 BludnGutz 0d 00:16:43h 2023-12-02 00:07:41 37 0 37.00 10 0.27 0 0.0%
4 N6MAA10816 0d 00:11:06h 2023-11-19 02:33:02 33 1 33.00 6 0.18 0 0.0%
5 . . . 0d 00:23:59h 2023-09-26 17:43:36 40 24 1.67 5 0.13 0 0.0%
6 Grizzle 0d 00:02:13h 2023-07-10 01:34:49 0 0 0.00 0 - 0 0.0%
7 Squiggles 0d 00:27:09h 2022-10-19 00:51:53 28 43 0.65 6 0.21 0 0.0%
8 Mortuus 0d 00:00:11h 2022-03-09 15:11:30 0 0 0.00 0 - 0 0.0%




ERROR
Database Error

Server Address: localhost
Server Username: hlstats

Error Diagnostic:
Bad query.

Server Error: (1267) Illegal mix of collations (utf8mb4_general_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 = 184
			AND
			(
				hidden <> '1'
				OR hidden IS NULL
			)
			AND hlstats_Roles.game = 'hl2mp'
		GROUP BY
			hlstats_Events_ChangeRole.role
		ORDER BY
			rolecount desc,
			name desc