GetWeather: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
Line 9: Line 9:
<syntaxhighlight lang="lua">id = getWeather ()
<syntaxhighlight lang="lua">id = getWeather ()
outputChatBox ( "The current weather id is ", id )</syntaxhighlight>
outputChatBox ( "The current weather id is ", id )</syntaxhighlight>
==See Also==
{{World functions}}

Revision as of 20:30, 20 May 2006