How To Check If The Owner Hasn't Entered His House In 2 Weeks
#8

thank you.
im doing this
pawn Код:
if(HouseInfo[id][hLastVisitD] != 0)
                {
                if(HouseInfo[id][hLastVisitD] + (86000 * 2) <= gettime())
                {
                    printf("Last Visit Date Test");
                }
                }
but it seems to always print the example? someone told me that 86000 seconds is one week so 86000 * 2 i guess?
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)