warning Not Translated
This page has not been translated into the language that your browser requested yet. The English content is being shown as a fallback.
If you want to contribute a translation for 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.