----példa
local tips = {
{\'1\'},
{\'2\'},
{\'3\'},
{\'4\'},
{\'5\'},
}
setTimer( function()
local rand = math.random(1, #tips)
outputChatBox(\"#4f98e1[Tipp]#ffffff \".. info[rand][1], 255, 255, 255, true)
end, 300000, 0)
local new
repeat
new = math.random(1, #tips)
until old ~= new