Andu333 0 Posted July 17, 2018 anybody can give me a resource for Random messages on chat please???? Share this post Link to post
Captain Cody 524 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 Share this post Link to post
DiGiTal 38 Posted July 18, 2018 17 hours ago, Simple01 said: Search it yourself. You didn't changed .LMAO Share this post Link to post