gamedata\scripts\sr_timer.script
if st.type == "dec" then
st.start_value = utils.cfg_get_number(ini, section, "start_value", obj, true)
else
st.start_value = utils.cfg_get_number(ini, section, "start_value", obj, false, 0)
end
if st.type == "dec" then
st.start_value = utils.cfg_get_number(ini, section, "start_value", obj, true)
if st.start_value == 360000 then -- 6 minut, domyślny czas odliczania do emisji
st.start_value = 120 * 60000 -- 2 godz odliczania
end
else
st.start_value = utils.cfg_get_number(ini, section, "start_value", obj, false, 0)
end
Powróć do Pytania i odpowiedzi
Użytkownicy przeglądający to forum: svt07 oraz 10 gości