GetWeather

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

Description

This function returns the current weather id.

Syntax

getWeather ()

Example

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