Gameplay::setWeatherTypeOvertimePersist: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

29 April 2024

  • curprev 09:1209:12, 29 April 2024Shr0x talk contribs 638 bytes +638 Created page with "{{ClientsideJsFunction}} {{JSContainer| Sets the weather type over time. ===Required Params=== *'''weatherName:''' {{RageType|string}} //Weather names can be found at Weather *'''time:''' {{RageType|number}} //time in seconds ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.gameplay.setWeatherTypeOvertimePersist(weatherName, time); </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> mp.game.gamepl..."