Native referenceFiveM

_SET_RAIN_LEVEL

0x643E26EA6E024D92 MISC
FUNCTION SIGNATURE
void _SET_RAIN_LEVEL(float level);
Property Value
Native Name _SET_RAIN_LEVEL
Hash 0x643E26EA6E024D92
Return Type void
Parameters level (float)

Description: Controls rain, rain sounds and the creation of puddles.

With an level higher than 0.5f, only the creation of puddles gets faster, rain and rain sound won't increase after that.

With an level of 0.0f rain and rain sounds are disabled and there won't be any new puddles.

To use the rain level of the current weather, call this native with -1f as level.

Parameters

  • level (float) — Strength of rain effects
Back to MISC