GamerDeMTA Posted February 16, 2013 Share Posted February 16, 2013 I want to put "annoucement" in the chat, each 5 mins a message appear in the chat, like "Help with F1", "visit X.com", And If i can put more than 1 messages better Link to comment
iPrestege Posted February 16, 2013 Share Posted February 16, 2013 outputChatBox setTimer Link to comment
manve1 Posted February 16, 2013 Share Posted February 16, 2013 store messages in a table, then when you need to output them afte 5 minutes, make it randomly pick the message and output it Link to comment
GamerDeMTA Posted February 16, 2013 Author Share Posted February 16, 2013 outputChatBox setTimer Where I Must Put That? Can You Give Me The Meta? In a .zip? And what i must put in outputchatbox and in SetTimer? Sorry I dont know about this Link to comment
iPrestege Posted February 16, 2013 Share Posted February 16, 2013 setTimer(outputChatBox,300000,0,"MSG",root, 255, 0, 0,true) Server Side . Link to comment
GamerDeMTA Posted February 16, 2013 Author Share Posted February 16, 2013 setTimer(outputChatBox,300000,0,"MSG",root, 255, 0, 0,true) Server Side . I must put that in a .lua in a .ZIP? No Meta.xml? ah, Ok, and how to edit the time?? Link to comment
iPrestege Posted February 16, 2013 Share Posted February 16, 2013 setTimer(outputChatBox,time,0,"MSG",root, 255, 0, 0,true) no you should create meta! yes on lua files Link to comment
GamerDeMTA Posted February 16, 2013 Author Share Posted February 16, 2013 setTimer(outputChatBox,time,0,"MSG",root, 255, 0, 0,true)no you should create meta! yes on lua files Ok thanks and sorry I dont know about this Link to comment
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now