GetTime: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
Line 9: Line 9:
<syntaxhighlight lang="lua">hour, min = getTime ()
<syntaxhighlight lang="lua">hour, min = getTime ()
outputChatBox ( "The current time is ", hour, ":", min )</syntaxhighlight>
outputChatBox ( "The current time is ", hour, ":", min )</syntaxhighlight>
==See Also==
{{World functions}}

Revision as of 20:29, 20 May 2006