PayDay Bug!
#1

My PayDay is not working correctlyt!
Always after stats restart everything is ok till one moment, idk why!
I think the problem is the database, but it is not!
Then found that by the time the timer stops working, becouse weather didnt change and game time too!
This is the timer which stops working:
Код:
stock Timer()
{
    new newhour,newminute,newsecond;
    gettime(newhour, newminute, newsecond);
    if ((newhour > ghour) || (newhour == 0 && ghour == 23))
    {
        ghour = newhour;
        PayDayTime();
        SetWorldTime(newhour);
    }
}
If anyone have any solutions please help!
Reply


Messages In This Thread
PayDay Bug! - by KrishkoW - 09.06.2013, 13:12
Re: PayDay Bug! - by Travis The Tiger - 09.06.2013, 13:14
Re: PayDay Bug! - by Tingesport - 09.06.2013, 13:19
Re: PayDay Bug! - by KrishkoW - 09.06.2013, 13:25
Re: PayDay Bug! - by Baboon - 09.06.2013, 16:14
Re: PayDay Bug! - by Face9000 - 09.06.2013, 22:24

Forum Jump:


Users browsing this thread: 1 Guest(s)