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