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

so i should be doing this? it still prints if i entered today.
pawn Код:
#define WEEK ( 86000 * 7 )             
if(HouseInfo[id][hLastVisitD] != 0)
                {
                if(HouseInfo[id][hLastVisitD] + (WEEK * 2) <= gettime())
                {
                    printf("Last Visit Date Test");
                }
                }
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)