Player Information| Player Profile |
|
ZIIL LOS DI DU |
|
| Location: Grodno, Belarus | |
| Steam: STEAM_0:0:212713083 | |
| 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: | 1d 02:56:19h |
| Average Ping:* | - |
| Favorite Server:* | - |
| Favorite Map:* | |
| Favorite Weapon:* | Unknown |
| Statistics Summary |
||
| Activity: |
|
-1% |
| Points: | 2,832 | |
| Rank: | Not active | |
| Kills per Minute: | 0.26 | |
| Kills per Death: | 4.1089 (-*) | |
| Headshots per Kill: | 0.0602 (-*) | |
| Shots per Kill: | - | |
| Weapon Accuracy: | 0.0% (0%*) | |
| Headshots: | 25 (0*) | |
| Kills: | 415 (0*) | |
| Deaths: | 101 (0*) | |
| Longest Kill Streak: | 29 | |
| Longest Death Streak: | 5 | |
| Suicides: | 10 | |
| Teammate Kills: | 0 (0*) | |
ZIIL LOS DI DU's History:Events | Sessions | Awards (120) | 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: Sergeant | |
|
|
|
|
Kills needed: 85 (15%) |
| 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 | ZIIL LOS DI DU | 0d 00:00:02h | 2021-02-21 14:03:44 | 0 | 0 | 0.00 | 0 | - | 0 | 0.0% |
| 2 | Zii WULD VULOM | 0d 00:18:10h | 2020-02-02 16:24:46 | 24 | 7 | 3.43 | 7 | 0.29 | 0 | 0.0% |
| 3 | ✠︎ | --- | 2019-06-09 21:15:01 | 0 | 0 | 0.00 | 0 | - | 0 | 0.0% |
| 4 | ☝✌ | --- | 2019-05-17 18:03:54 | 0 | 0 | 0.00 | 0 | - | 0 | 0.0% |
| 5 | _red shogun_ | 0d 04:25:43h | 2018-12-14 15:39:32 | 65 | 26 | 2.50 | 5 | 0.08 | 0 | 0.0% |
| 6 | _Joseph Syd_ | 0d 02:44:57h | 2018-11-16 21:47:06 | 94 | 10 | 9.40 | 0 | 0.00 | 1 | 0.0% |
| 7 | -Joseph led- | 0d 12:26:16h | 2018-10-20 19:13:30 | 63 | 12 | 5.25 | 2 | 0.03 | 0 | 0.0% |
| 8 | pasha.maiseichik | 0d 00:01:25h | 2017-09-07 19:43:25 | 0 | 0 | 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]



ZIIL LOS DI DU

