Lumaktaw patungo sa pangunahing content

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.

NameDescription
playeridThe 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'