вк пидры

This commit is contained in:
igor 2017-11-24 21:48:05 +03:00
parent cb39b992c0
commit 3698cbaec9
2 changed files with 2 additions and 2 deletions

View File

@ -609,7 +609,7 @@
type="Application",
icon="https://raw.githubusercontent.com/IgorTimofeev/OpenComputers/master/Applications/VK/Icon.pic",
createShortcut=true,
version=1.38,
version=1.39,
resources={
{
path="/VKLogo.pic",

View File

@ -837,7 +837,7 @@ local function userProfileGUI()
currentProfile.audiosButton = GUI.button(x, y, avatarWidth, 1, 0xCCCCCC, 0x000000, 0x888888, 0x000000, "Аудиозаписи")
y = y + 2
drawInfo(x, y, "Подписчики: ", currentProfile.userProfile.response[1].counters.followers)
drawInfo(x, y, "Подписчики: ", tostring(currentProfile.userProfile.response[1].counters.followers))
drawInfo(x, y, "Фотографии: ", currentProfile.userProfile.response[1].counters.photos)
drawInfo(x, y, "Видеозаписи: ", currentProfile.userProfile.response[1].counters.videos)
drawInfo(x, y, "Аудиозаписи: ", currentProfile.userProfile.response[1].counters.audios)