GetTime

From Multi Theft Auto: Wiki
Jump to navigation Jump to search

Description

Returns the current time as two integers (hour and minute).

Syntax

getTime ()

Example

hour, min = getTime ()
serverChat ( "The current time is ", hour, ":", min )