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.
GetPlayerWeather
warning
This function was added in omp v1.1.0.2612 and will not work in earlier versions!
Description
Get a player's weather.
Name | Description |
---|---|
playerid | The ID of the player to get the weather of. |
Returns
Returns the player's weather.
Examples
SetPlayerWeather(playerid, 8);
printf("Player weather: %d", GetPlayerWeather(playerid));
// The output will be 'Player weather: 8'
Related Functions
- SetPlayerWeather: Set a player's weather.
- SetWeather: Set the world weather for all players.