Narazie Olórina nie ma wiec to jest bez jego wiedzy ale przerobilem skrypt tak zeby o tym informowal, jednak mam pewien problem tzn w sumie nie problem ale skrypt przez to jest dluzszy no a wyglada tak
CODE
function IRecv (msg)
local wiadomosc = msg.GetBody()
local cnt = msg.GetCnt()
if KCntOpen(cnt) then -- jesli okno rozmowy jest otwarte
if KCfgGet("notify.silent") == "0" then
if KCntInfo(cnt, "display") ~= "" then
KNotify("Wiadomosc od <b>" .. KCntInfo(cnt, "display") .. " [" .. wiadomosc .. "]", -1)
else
KNotify("Wiadomosc od <b>" .. KCntInfo(cnt, "uid") .. " [" .. wiadomosc .. "]", -1)
end
end;
if Flash == 1 then
pSetFlashTime(250);
pFlashAsync(10);
end;
else
if Flash == 1 then
pSetFlashTime(250);
pFlashAsync(5);
end;
end
-- nie wiedzialem jak zrobic to w jednym i musialem to powielic :( i to jest wlasnie ten "problem"
if not KCntOpen(cnt) then -- jesli okno rozmowy jest zamknięte
if KCfgGet("notify.silent") == "0" then
if KCntInfo(cnt, "display") ~= "" then
KNotify("Wiadomosc od <b>" .. KCntInfo(cnt, "display") .. " [" .. wiadomosc .. "]", -1)
else
KNotify("Wiadomosc od <b>" .. KCntInfo(cnt, "uid") .. " [" .. wiadomosc .. "]", -1)
end
end;
if Flash == 1 then
pSetFlashTime(250);
pFlashAsync(10);
end;
else
if Flash == 1 then
pSetFlashTime(250);
pFlashAsync(5);
end;
end
end
Skrypt u mnie dziala bez zarzutow przy otwartym i zamknietym oknie rozmowy, moze miec takze bledy nawet przy takim malym przerobieniu bo nawet nie umie jezyka lua.
A i jeszcze mam sprawe jesli ktos zna jakis adres to kursu to moglby mi dac ?