Player Information| Player Profile |
|
McTwin |
|
| Location: Évreux, France | |
| Steam: STEAM_0:1:91606415 | |
| 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: | 2d 00:18:09h |
| Average Ping:* | - |
| Favorite Server:* | - |
| Favorite Map:* | |
| Favorite Weapon:* | Unknown |
| Statistics Summary |
||
| Activity: |
|
-1% |
| Points: | 4,707 | |
| Rank: | Not active | |
| Kills per Minute: | 0.63 | |
| Kills per Death: | 0.6953 (-*) | |
| Headshots per Kill: | 0.4480 (-*) | |
| Shots per Kill: | - | |
| Weapon Accuracy: | 0.0% (0%*) | |
| Headshots: | 815 (0*) | |
| Kills: | 1,819 (0*) | |
| Deaths: | 2,616 (0*) | |
| Longest Kill Streak: | 11 | |
| Longest Death Streak: | 23 | |
| Suicides: | 86 | |
| Teammate Kills: | 0 (0*) | |
McTwin'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: First Lieutenant | |
|
|
|
|
Kills needed: 181 (10%) |
| 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 | McTwin | 0d 00:00:01h | 2018-05-17 22:33:07 | 0 | 0 | 0.00 | 0 | - | 0 | 0.0% |
| 2 | McIDigital | 0d 00:44:00h | 2017-08-05 13:54:25 | 15 | 33 | 0.45 | 5 | 0.33 | 4 | 0.0% |
| 3 | [FR] IDiigital | 0d 10:43:35h | 2016-01-10 14:09:01 | 440 | 560 | 0.79 | 213 | 0.48 | 19 | 0.0% |
| 4 | IDigital [Fr] | 0d 03:55:45h | 2015-04-26 17:15:06 | 236 | 238 | 0.99 | 134 | 0.57 | 1 | 0.0% |
| 5 | IDigital ►FR | 0d 07:26:52h | 2014-08-28 17:43:14 | 228 | 384 | 0.59 | 99 | 0.43 | 14 | 0.0% |
| 6 | Preservatif ►FR | 0d 00:12:50h | 2014-08-17 20:41:31 | 14 | 21 | 0.67 | 7 | 0.50 | 0 | 0.0% |
| 7 | Omelette du Lapin ►FR | 0d 00:31:10h | 2014-08-17 20:27:11 | 24 | 43 | 0.56 | 5 | 0.21 | 0 | 0.0% |
| 8 | IIDigital ►FR | 1d 00:43:56h | 2014-08-17 19:55:59 | 862 | 1,337 | 0.64 | 352 | 0.41 | 48 | 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]



McTwin

