Missing Game Clock/Days
#4

You mean this?

pawn Код:
forward TimeUpdate();
new worldTime;

public OnPlayerConnect(playerid)
{
    SetTimer("TimeUpdate",65009, 1);
    TogglePlayerClock(playerid, 1);
    return 1;
}

public TimeUpdate()
{
        worldTime++;
        worldTime%=24;
        SetWorldTime(worldTime);
}
Reply


Messages In This Thread
Missing Game Clock/Days - by David5290 - 26.01.2011, 01:51
Re: Missing Game Clock/Days - by David5290 - 26.01.2011, 02:07
Re: Missing Game Clock/Days - by 1337connor - 26.01.2011, 03:24
Re: Missing Game Clock/Days - by Kitten - 26.01.2011, 04:24
Re: Missing Game Clock/Days - by David5290 - 26.01.2011, 04:30
Re: Missing Game Clock/Days - by Grim_ - 26.01.2011, 06:33

Forum Jump:


Users browsing this thread: 1 Guest(s)