GetWeather

From Multi Theft Auto: Wiki
Revision as of 02:29, 18 May 2006 by Ransom (talk | contribs)
Jump to navigation Jump to search

Description

This function returns the current weather id.

Syntax

int getWeather ()

Example

id = getWeather ()
serverChat ( "The current weather id is ", id )