Bug Into The Timer
#3

all timers is off... maybe is here:
pawn Код:
if (realtime)
    {
        new tmphour;
        new tmpminute;
        new tmpsecond;
        gettime(tmphour, tmpminute, tmpsecond);
        FixHour(tmphour);
        tmphour = shifthour;
        SetWorldTime(tmphour);
    }
    SetTimer("LottoSystem",1000*60*60*2, 1);
    SetTimer("SendMSG", 15*60000, true);
    hackchecktimer = SetTimer("GlobalHackCheck", 1000, 1);
    synctimer = SetTimer("SyncUp", 60000, 1);
    unjailtimer = SetTimer("SetPlayerUnjail", 1000, 1);
    othtimer = SetTimer("OtherTimer", 1000, 1);
    cartimer = SetTimer("CarCheck", 30000, 1);
    pickuptimer = SetTimer("CustomPickups", 1000, 1);
    spectatetimer = SetTimer("Spectator", 2000, 1);
    idletimer = SetTimer("IdleKick", idletime, 1);
    productiontimer = SetTimer("Production", 300000, 1); //5 mins (300000)
    accountstimer = SetTimer("SaveAccounts", 900000, 1); //15 mins every account saved
    checkgastimer = SetTimer("CheckGas", RunOutTime, 1);
    stoppedvehtimer = SetTimer("StoppedVehicle", RunOutTime, 1);
    checkcarhealthtimer = SetTimer("CheckCarHealth", 10000, 1);
    burgertimer = SetTimer("UpdateBurgerPositions", 1000, 1);
    chickentimer = SetTimer("UpdateChickenPositions", 1000, 1);
    tracetimer = SetTimer("TraceLastCall", 300000, 1);
    //updateplayerpos = SetTimer("UpdatePlayerPosition", 3000, 1);
    //for(new i = 0; i < sizeof(CarSpawns); i++)
/*  for(new i = 0; i < 165; i++)
    {
        AddCar(i);
    }
    CarInit();*/
Reply


Messages In This Thread
Bug Into The Timer - by Mr.Obscure - 30.08.2010, 12:00
Re: Bug Into The Timer - by Calgon - 30.08.2010, 12:03
Re: Bug Into The Timer - by Mr.Obscure - 30.08.2010, 12:06
Re: Bug Into The Timer - by Mr.Obscure - 30.08.2010, 12:09
Re: Bug Into The Timer - by LarzI - 30.08.2010, 12:16
Re: Bug Into The Timer - by Mr.Obscure - 30.08.2010, 12:17
Re: Bug Into The Timer - by Mr.Obscure - 30.08.2010, 13:16
Re: Bug Into The Timer - by CyNiC - 30.08.2010, 13:37
Re: Bug Into The Timer - by Mr.Obscure - 02.09.2010, 18:56
Re: Bug Into The Timer - by LarzI - 02.09.2010, 18:59

Forum Jump:


Users browsing this thread: 2 Guest(s)