Jump to content

Message for all


Recommended Posts

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.

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...