Andu333 Posted July 17, 2018 Share Posted July 17, 2018 anybody can give me a resource for Random messages on chat please???? Link to comment
Captain Cody Posted July 17, 2018 Share Posted July 17, 2018 (edited) messages = {} messages[1] = 'Test' function printMessage() local random = math.random(1,#messages) outputChatBox(messages[random]) end setTimer ( printMessage, 30000, 0) https://wiki.multitheftauto.com/wiki/SetTimer https://wiki.multitheftauto.com/wiki/OutputChatBox https://wiki.multitheftauto.com/wiki/Math Edited July 17, 2018 by CodyJ(L) 2 Link to comment
DiGiTal Posted July 18, 2018 Share Posted July 18, 2018 17 hours ago, Simple01 said: Search it yourself. You didn't changed .LMAO 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