21.11.2011, 13:11
how and where did i save my Weather to 5 and my time to 23?
like to Freeze this Weather and this Time to all the players
like to Freeze this Weather and this Time to all the players
forward SettingTime();
public SettingTime()
{
SetWorldTime( 23);
return 1;
}
SetTimer("SettingTime", 600000, 1); // This will set time to 23 every 10 minuttes