SyncTime problem +REP
#6

Here is my FixHour code

pawn Код:
public FixHour(hour)
{
    hour = timeshift+hour;
    if (hour < 0)
    {
        hour = hour+24;
    }
    else if (hour > 23)
    {
        hour = hour-24;
    }
    shifthour = hour;
    return 1;
}
Reply


Messages In This Thread
SyncTime problem +REP - by RenSoprano - 17.07.2012, 14:37
Re: SyncTime problem +REP - by BlackBank - 17.07.2012, 14:39
Re: SyncTime problem +REP - by RenSoprano - 17.07.2012, 17:51
Re: SyncTime problem +REP - by TheArcher - 17.07.2012, 18:11
Re: SyncTime problem +REP - by hansen111 - 17.07.2012, 18:13
Re: SyncTime problem +REP - by RenSoprano - 17.07.2012, 18:23
Re: SyncTime problem +REP - by RenSoprano - 18.07.2012, 13:16
Re: SyncTime problem +REP - by RenSoprano - 21.07.2012, 19:43
Re: SyncTime problem +REP - by SuperViper - 21.07.2012, 19:46
Re: SyncTime problem +REP - by [A]ndrei - 21.07.2012, 19:52

Forum Jump:


Users browsing this thread: 1 Guest(s)