Player Information| Player Profile |
|
Last spaghetti in the universe |
|
| Location: Portugal | |
| Steam: STEAM_0:1:159225429 | |
| 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: |
|
| Last Connect:* | (Unknown) |
| Total Connection Time: | 0d 03:43:24h |
| Average Ping:* | - |
| Favorite Server:* | - |
| Favorite Map:* | |
| Favorite Weapon:* | Unknown |
| Statistics Summary |
||
| Activity: |
|
-1% |
| Points: | 925 | |
| Rank: | Not active | |
| Kills per Minute: | 0.47 | |
| Kills per Death: | 0.5361 (-*) | |
| Headshots per Kill: | 0.0769 (-*) | |
| Shots per Kill: | - | |
| Weapon Accuracy: | 0.0% (0%*) | |
| Headshots: | 8 (0*) | |
| Kills: | 104 (0*) | |
| Deaths: | 194 (0*) | |
| Longest Kill Streak: | 4 | |
| Longest Death Streak: | 16 | |
| Suicides: | 29 | |
| Teammate Kills: | 0 (0*) | |
Last spaghetti in the universe's History:Events | Sessions | Awards (7) | Chat
Find other players with the same name
Miscellaneous Statistics| Player Trend |
|
|
| Forum Signature | |
|
bbCode 1 (phpBB, SMF) | bbCode 2 (IPB) | Direct Image |
|
Ranks| Current rank: Private First Class | |
|
|
|
|
Kills needed: 96 (4%) |
| Rank history |
|
Awards (hover over image to see name)| Ribbons |
|
| Global Awards | |
Aliases| Rank | Name | Time | Last Use ![]() |
Kills | Deaths | K:D | Headshots | HS:K | Suicides | Accuracy |
| 1 | Last spaghetti in the universe | 0d 01:04:55h | 2020-03-14 01:37:27 | 53 | 62 | 0.85 | 7 | 0.13 | 12 | 0.0% |
| 2 | U wot m8 | 0d 00:08:22h | 2018-01-07 00:25:46 | 0 | 1 | 0.00 | 0 | - | 0 | 0.0% |
| 3 | U wot m8/Mannco.trade | 0d 00:01:24h | 2017-11-30 10:35:37 | 0 | 0 | 0.00 | 0 | - | 0 | 0.0% |
| 4 | Comannder MLG Bucket | 0d 00:27:57h | 2017-04-18 18:02:11 | 12 | 39 | 0.31 | 1 | 0.08 | 5 | 0.0% |
| 5 | Last_spaghetti_in_the_universe | 0d 01:27:35h | 2016-08-13 16:43:11 | 31 | 75 | 0.41 | 0 | 0.00 | 8 | 0.0% |
| 6 | Last_spaghetti_on_the_(G.E.W.H) | 0d 00:15:20h | 2016-06-19 19:49:29 | 5 | 12 | 0.42 | 0 | 0.00 | 0 | 0.0% |
| 7 | Albert_Wesker99 | 0d 00:17:51h | 2016-02-14 03:25:48 | 3 | 5 | 0.60 | 0 | 0.00 | 4 | 0.0% |
),
new TableColumn
(
'rolecount',
'Joined',
'width=10&align=right&append=+times'
),
new TableColumn
(
'percent',
'%',
'width=10&sort=no&align=right&append=' . urlencode('%')
),
new TableColumn
(
'percent',
'Ratio',
'width=20&sort=no&type=bargraph'
),
new TableColumn
(
'killsTotal',
'Kills',
'width=10&align=right'
),
new TableColumn
(
'deathsTotal',
'Deaths',
'width=10&align=right'
),
new TableColumn
(
'kpd',
'K:D',
'width=10&align=right'
)
),
'code',
'rolecount',
'name',
true,
9999,
'roles_page',
'roles_sort',
'roles_sortorder',
'roles',
'desc',
true
);
// OPTIMIZATION: compute kills/deaths per role with grouped subqueries instead of temporary tables
$kills_by_role_sql = "
SELECT killerRole AS role, COUNT(*) AS killsTotal
FROM hlstats_Events_Frags
WHERE killerId = $player
GROUP BY killerRole
";
$deaths_by_role_sql = "
SELECT victimRole AS role, COUNT(*) AS deathsTotal
FROM hlstats_Events_Frags
WHERE victimId = $player
GROUP BY victimRole
";
$db->query("SELECT COUNT(*) FROM hlstats_Events_ChangeRole WHERE hlstats_Events_ChangeRole.playerId = $player");
list($numrolejoins) = $db->fetch_row();
$result = $db->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($numrolejoins = 0, 1, $numrolejoins) * 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 = $player
AND
(
hidden <> '1'
OR hidden IS NULL
Items marked "*" above are generated from the last 28 days.
Go to: Player Rankings
You are currently viewing the basic version of this page, please enable JavaScript and reload the page to access full functionality.
Generated in real-time by HLstatsX Community Edition 1.7.0
All images are copyrighted by their respective owners.
[Admin]
Generated in real-time by HLstatsX Community Edition 1.7.0
All images are copyrighted by their respective owners.
[Admin]



Last spaghetti in the universe

