note Help Needed
This wiki is the result of an ongoing community effort — thank you all for helping!
If you want to provide changes to this page then please click here.
GetWeather
warning
This function was added in omp v1.1.0.2612 and will not work in earlier versions!
Description
Get the current world weather.
Examples
SetWeather(19);
printf("Current world weather: %d", GetWeather());
// The output will be 'Current world weather: 19'
Related Functions
- SetWeather: Set the world weather for all players.
- GetPlayerWeather: Get a player's weather.
- SetPlayerWeather: Set a player's weather.