Posts: 1,648
Threads: 482
Joined: Jun 2010
pawn Code:
BanTime[giveplayerid]= gettime() + 3600 * hours1;
Why the hell is that? hours1 = the amount of hours.
Posts: 140
Threads: 0
Joined: Mar 2012
Reputation:
0
Try BanTime[giveplayerid] = (gettime() + 3600) * hours1;