Player Information| Player Profile |
|
Kiwi de L'Espace |
|
| Location: Grenoble, France | |
| Steam: STEAM_0:1:48338339 | |
| 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: |
|
| Last Connect:* | (Unknown) |
| Total Connection Time: | 2d 14:17:20h |
| Average Ping:* | - |
| Favorite Server:* | - |
| Favorite Map:* | |
| Favorite Weapon:* | Unknown |
| Statistics Summary |
||
| Activity: |
|
-1% |
| Points: | 3,872 | |
| Rank: | Not active | |
| Kills per Minute: | 0.67 | |
| Kills per Death: | 0.7536 (-*) | |
| Headshots per Kill: | 0.0813 (-*) | |
| Shots per Kill: | - | |
| Weapon Accuracy: | 0.0% (0%*) | |
| Headshots: | 205 (0*) | |
| Kills: | 2,520 (0*) | |
| Deaths: | 3,344 (0*) | |
| Longest Kill Streak: | 11 | |
| Longest Death Streak: | 14 | |
| Suicides: | 151 | |
| Teammate Kills: | 0 (0*) | |
Kiwi de L'Espace's History:Events | Sessions | Awards (9) | 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: Senior Captain | |
|
|
|
|
Kills needed: 230 (8%) |
| 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 | Kiwi de L'Espace | 1d 20:56:10h | 2015-01-04 16:17:06 | 1,847 | 2,417 | 0.76 | 123 | 0.07 | 113 | 0.0% |
| 2 | [ArbalèteMédic] Kiwi de L'Esp | 0d 00:00:07h | 2014-08-20 16:34:25 | 0 | 0 | 0.00 | 0 | - | 0 | 0.0% |
| 3 | [Kiwi Team] Kiwi de L'Espace | 0d 00:53:05h | 2013-12-26 15:00:16 | 39 | 38 | 1.03 | 13 | 0.33 | 2 | 0.0% |
| 4 | Kor38 | 0d 13:58:08h | 2013-12-25 18:59:34 | 553 | 743 | 0.74 | 68 | 0.12 | 32 | 0.0% |
| 5 | Zelvac | 0d 00:34:14h | 2013-11-01 01:19:24 | 26 | 41 | 0.63 | 1 | 0.04 | 0 | 0.0% |
| 6 | Ectalite #Youtubeur | 0d 00:02:36h | 2013-10-05 19:51:03 | 1 | 3 | 0.33 | 0 | 0.00 | 0 | 0.0% |
| 7 | Kor38 (Arbalète Médic) | 0d 01:53:00h | 2013-07-28 19:23:11 | 54 | 102 | 0.53 | 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]



Kiwi de L'Espace

