local s =0
local ltime = ds:T(svp)
local localtime = ltime.hour
while true do
if localtime > s then
tSPrice2 = tSPrice2 +1
s =localtime
end
end
квик гуляет в цикле if какбудто нет никаких условий. Как пофиксить? Спасибо
local ltime = ds:T(svp)
local localtime = ltime.hour
while true do
if localtime > s then
tSPrice2 = tSPrice2 +1
s =localtime
end
end
квик гуляет в цикле if какбудто нет никаких условий. Как пофиксить? Спасибо