local text = { [1] = "miejsce na tekst", [2] = "miejsce na tekst", } function onThink(interval, lastExecution) doBroadcastMessage("Reklama: "..text[math.random(1,2)]) return TRUE end