GetWeather

From Multi Theft Auto: Wiki
Revision as of 17:31, 8 April 2006 by ChrML (talk | contribs) (→‎Syntax)
Jump to navigation Jump to search

Description

This function returns the current weather id.

Syntax

int getWeather ()

Example

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