setTimer(function()
local czas = tonumber(getElementData(localPlayer, "czasPrzesylki")) or 0
if not czas then return end
setElementData(localPlayer, "czasPrzesylki", czas + 1)
end, 1000, 0)
setTimer(function(el)
local czas = tonumber(getElementData(el, "czasPrzesylki")) or 0
if not czas then return end
setElementData(el, "czasPrzesylki", czas + 1)
end, 1000, 0)
Qwertick,
my?la?em ,?e oto ci chodzi gdy? localPlayer zawsze jest po stronie clienta a nie servera
strona clienta
fuckYouMonter = dxCreateFont("textury/tak.ttf", 14)
function pomagamySamraytan()
Timer = tonumber(getElementData(localPlayer, "czasPrzesylki")) or 0
dxDrawText("Tw?j czas: "..Timer.."", 674, 493, 1260, 557, tocolor(0, 0, 255, 255), 2.00, fuckYouMonter, "left", "top", true, false, false, false, false)
end
setTimer(function()
local czas = tonumber(getElementData(localPlayer, "czasPrzesylki")) or 0
if not czas then return end
setElementData(localPlayer, "czasPrzesylki", czas + 1)
end, 1000, 0)
Nie możesz pisać nowych tematów Nie możesz odpowiadać w tematach Nie możesz zmieniać swoich postów Nie możesz usuwać swoich postów Nie możesz głosować w ankietach