script_name("Time in Screen by AK-47")
script_authors("ya")
script_description("ъуъ или симпл попыт?")
script_version("8.9.42.52.12")
require "lib.moonloader"
local requires = require("samp.events")
local fast = 0
local oX = 250
local oY = 430
function main()
if not isSampLoaded() or not isSampfuncsLoaded() then return end
while not isSampAvailable() do wait(100) end
while true do
sampAddChatMessage("{32CD32}[ServerTime]:{FFFFFF} Скрипт инициализирован")
sampTextdrawCreate(221, "Server_time:", oX, oY)
sampTextdrawSetLetterSizeAndColor(221, 0.3, 1.7, 0xFFe1e1e1)
sampTextdrawSetOutlineColor(221, 0.5, 0xFF000000)
sampTextdrawSetAlign(221, 1)
sampTextdrawSetStyle(221, 2)
timer = os.time() + fast
sampTextdrawCreate(222, os.date("%H:%M:%S", timer), oX + 85, oY)
sampTextdrawSetLetterSizeAndColor(222, 0.3, 1.7, 0xFFff6347)
sampTextdrawSetOutlineColor(222, 0.5, 0xFF000000)
sampTextdrawSetAlign(222, 1)
sampTextdrawSetStyle(222, 2)
wait(500)
end
end
function requires.onShowDialog(dialogId,style,title,button1,button2,text)
if string.match(text, "¬рем¤:") then
chislo, mesfastc, god = string.match(text, "—егодн¤шн¤¤ дата: {2EA42E}(%d+):(%d+):(%d+)")
chas, minuti, sekundi = string.match(text, "“екущее врем¤: {345690}(%d+):(%d+):(%d+)")
datetime = {year = god,month = mesfastc,day = chislo,hour = chas,min = minuti,sec = sekundi}
fast = tostring(os.time(datetime)) - os.time()
end
end
-- Да, я добавляю в скрипты просто скрипт инициализирован, нельзя?