hello every one! well im using this bc
local t, i = {"test", "testing", "test123"}, 1
function onThink(interval)
broadcastMessage(t[i], MESSAGE_STATUS_WARNING)
i = i == #t and 1 or i + 1
return true
end
but im getting this error
Lua Script Error: [GlobalEvent Interface]...