KariiiM Posted August 17, 2015 Share Posted August 17, 2015 Hey guys, i tried my own ways to define the export to set for it timer, i have no idea if it's possible ,thats why im asking maybe someone of you have an idea here's the example: local myMessage = exports.msg:message("Let's try this way",source,255,255,0) setTimer(myMessage,23000,1,source) it returns false with errors. ~Regards Link to comment
John Smith Posted August 17, 2015 Share Posted August 17, 2015 (edited) setTimer(function() exports.msg:message("Let's try this way",source,255,255,0) end,23000,1) Edited August 17, 2015 by Guest Link to comment
AfuSensi Posted August 17, 2015 Share Posted August 17, 2015 local myMessage = exports.msg:message setTimer(myMessage,23000,1,"Let's try this way",source,255,255,0) That should work. 1 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