25.02.2009, 23:26
remove that IG clock in the upper right corner its so damned annoying that it keeps getting dark and all
Originally Posted by brett7
ongamemodeinit put SetWorldTime(time);
then the clock will be removed and it will stay at the time you put in |
public OnPlayerSpawn(playerid)
{
SetPlayerTime(playerid, 12, 0);
return 1;
}