01.09.2013, 19:18
Did you edit the part where it's dividing the timestamp by 3600?
pawn Код:
time = bExpiration - gettime() / 3600;
// change to
time = bExpiration - gettime();