/*
Имя игрока | Очки | Время игры | ${allow_report?'Репорт | ':''}
---|---|---|---|
${player.name} | ${player.score ? player.score : 0} | ${player.duration} | ${allow_report?`
{text}
`; const text_bad = `{text}
`; const text_good = `{text}
`; $("#Footer_Text").empty(); $(text.replace("{text}", `2018-${(new Date()).getFullYear()} | Факты 13 | JS: `)).appendTo("#Footer_Text"); $(text_good.replace("{text}", `on`)).appendTo("#Footer_Text"); document.getElementById("Footer_Text").insertAdjacentHTML("beforeend", text.replace("{text}", ` | API: `));//${api_time} ms if(api_time == 0) { document.getElementById("Footer_Text").insertAdjacentHTML("beforeend", text_bad.replace("{text}", `not work`)); } else { document.getElementById("Footer_Text").insertAdjacentHTML("beforeend", text_good.replace("{text}", `${api_time} ms`)); } /* document.getElementById("Footer_Text").insertAdjacentHTML("beforeend", text.replace("{text}", ` | Player API: `)); if(player_api_time == 0) { document.getElementById("Footer_Text").insertAdjacentHTML("beforeend", text_bad.replace("{text}", `not work`)); } else { document.getElementById("Footer_Text").insertAdjacentHTML("beforeend", text_good.replace("{text}", `${player_api_time} ms`)); }*/ } function FillServices(data) { const ping_time = 90; const text = ``; //console.log(`${((new Date()).getTime() / 1000) - data.updates.qiwi_bot}`); //console.log(`${((new Date()).getTime() / 1000) - data.updates.steam_bot}`); if(data.updates.qiwi_bot && ((new Date()).getTime() / 1000) - data.updates.qiwi_bot < ping_time) { document.getElementById("Footer_Text").insertAdjacentHTML("beforeend", text.replace("{service_id}","Footer_Services_QIWI")); } if(data.updates.steam_bot && ((new Date()).getTime() / 1000) - data.updates.steam_bot < ping_time) { document.getElementById("Footer_Text").insertAdjacentHTML("beforeend", text.replace("{service_id}","Footer_Services_STEAM")); } } function UNIX2TIMESTAMP(unix) { return (new Date((unix + 3600 * 3) * 1000)).toGMTString().replace("GMT", "MSK"); } function FillCharacters() { let CharactersArray = new Array( ["site_content/images/characters/pootisd.png","site_content/sounds/pootis.mp3", ""], ["site_content/images/characters/pyro.png","site_content/sounds/alertmgs.mp3", ""], ["site_content/images/characters/toilet.png","site_content/sounds/puk.mp3", ""], ["site_content/images/characters/engi_n.png","site_content/sounds/nigger.mp3", ""], ["site_content/images/characters/mgesold.png","site_content/sounds/soldier_laughevil03.mp3", ""] ); let InjectCharacter = ``; $(``).appendTo("#Main_FunnyСharacters"); for (const element in CharactersArray) { InjectCharacter = `