GetTime

From Multi Theft Auto: Wiki
Revision as of 02:33, 1 April 2006 by ChrML (talk | contribs)
Jump to navigation Jump to search

Description

This function returns the current weather as two ints (primary and secondary).

Syntax

int int getWeather ()

Example

primary, secondary = getWeather ()
serverChat ( "The current weather is ", primary, " and ", seconday )