18.03.2014, 15:10
hi, i have this code:
And playerWeather changes to normal after 5-10sec, why he is changing into normal? there is no codes for that in entire gm
pawn Код:
SetTimerEx( "Dumai", 7000, false, "i", playerid );
forward Dumai( playerid );
public Dumai( playerid )
{
SetPlayerWeather( playerid, 49 );
SetPlayerDrunkLevel( playerid, 10000 );
SetTimerEx( "NPabaiga", 30000, false, "i", playerid );
return true;
}