07.12.2010, 02:46
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");
}
}

