Messages = {
"MSG[1]",
"MSG[2]",
"MSG[3]",
"MSG[4]",
"MSG[5]",
"MSG[6]",
}
addEventHandler("onResourceStart",resourceRoot,
function ()
local theMessages = Messages[math.random(1,#Messages)]
setTimer(outputChatBox,1000,0,theMessages,getRootElement(), 0, 255, 0, true)
end
)
Change the event as what you wan't.