SetWeatherTypeNow — FiveM Natives
0x29B487C359E19889 · MISC · all
Immediately changes the game's weather to the specified type, which will then persist for one cycle before the game resumes its natural weather progression. Note: This native is not supported in networked sessions. Please refer to SET_OVERRIDE_WEATHER or SET_WEATHER_TYPE_NOW_PERSIST if you want to override weather in networked sessions. `` NativeDB Introduced: v323 `` Weather Types: CLEAR EXTRASUNNY CLOUDS OVERCAST RAIN CLEARING THUNDER SMOG FOGGY XMAS SNOW SNOWLIGHT BLIZZARD HALLOWEEN * NEUTRAL
Parameters
| Name | Type | Description |
|---|---|---|
| weatherType | char* | The weather type to set. This should be one of the predefined weather type strings. |
Returns
void