This returns the wrong timestamp.
#1

pawn Code:
BanTime[giveplayerid]= gettime() + 3600 * hours1;
Why the hell is that? hours1 = the amount of hours.
Reply
#2

Try BanTime[giveplayerid] = (gettime() + 3600) * hours1;
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)