09.06.2013, 13:16
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:
If anyone have any solutions please help!
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); } }