SetWeatherTypePersist — FiveM Natives
0x704983DF373B198F · MISC · all
Sets the current weather type to persist indefinitely until changed. 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 ``
Parameters
| Name | Type | Description |
|---|---|---|
| weatherType | char* | The weather type to be set as persistent. Refer to [`SET_WEATHER_TYPE_NOW_PERSIST`](#\_0xED712CA327900C8A) for a list of weather type strings. |
Returns
void