Player Information| Player Profile |
|
dodocool pas cool |
|
| Location: Lyon, France | |
| Steam: STEAM_0:1:71001916 | |
| 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 22:28:51h |
| Average Ping:* | - |
| Favorite Server:* | - |
| Favorite Map:* | |
| Favorite Weapon:* | Unknown |
| Statistics Summary |
||
| Activity: |
|
-1% |
| Points: | 3,962 | |
| Rank: | Not active | |
| Kills per Minute: | 0.41 | |
| Kills per Death: | 0.4329 (-*) | |
| Headshots per Kill: | 0.0290 (-*) | |
| Shots per Kill: | - | |
| Weapon Accuracy: | 0.0% (0%*) | |
| Headshots: | 16 (0*) | |
| Kills: | 552 (0*) | |
| Deaths: | 1,275 (0*) | |
| Longest Kill Streak: | 10 | |
| Longest Death Streak: | 22 | |
| Suicides: | 107 | |
| Teammate Kills: | 0 (0*) | |
dodocool pas cool'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: Staff Sergeant | |
|
|
|
|
Kills needed: 48 (52%) |
| 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 | dodocool pas cool | 0d 03:54:22h | 2016-04-23 19:26:03 | 111 | 208 | 0.53 | 6 | 0.05 | 15 | 0.0% |
| 2 | Mew | 0d 01:26:17h | 2015-07-10 12:15:36 | 48 | 54 | 0.89 | 7 | 0.15 | 2 | 0.0% |
| 3 | Dodocool le dilophosaure gamer | 0d 02:43:54h | 2015-06-13 14:05:16 | 93 | 162 | 0.57 | 0 | 0.00 | 13 | 0.0% |
| 4 | {DT}dodocool | 0d 02:31:25h | 2015-04-20 23:33:00 | 49 | 137 | 0.36 | 0 | 0.00 | 11 | 0.0% |
| 5 | dodocool | 0d 01:57:07h | 2015-02-19 12:55:12 | 38 | 103 | 0.37 | 1 | 0.03 | 11 | 0.0% |
| 6 | dodocool (l'oeil ctuthulu) | 0d 00:20:23h | 2015-01-10 19:16:17 | 7 | 11 | 0.64 | 0 | 0.00 | 1 | 0.0% |
| 7 | dodocooljl69 | 0d 09:32:37h | 2014-09-04 19:13:50 | 206 | 599 | 0.34 | 2 | 0.01 | 54 | 0.0% |
| 8 | dodocooljl69{rdf} | 0d 00:02:46h | 2014-03-09 16:51:01 | 0 | 1 | 0.00 | 0 | - | 0 | 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]



dodocool pas cool

