plugin-sdk
plugin-sdk copied to clipboard
CWeather func
I found function that forces and sets weatherType
void __cdecl CWeather::ForceAndSetWeather(int weatherType)
{
CWeather::Lock = weatherType;
CWeather::CurrentWeather = weatherType;
CWeather::UpcomingWeather = weatherType;
}
address: 0x402157
??? https://github.com/DK22Pac/plugin-sdk/blob/ce935f7c052ff548d2fe337eb54084a4f4ece73b/plugin_sa/game_sa/CWeather.cpp#L70
they're same but what i written its for declaration