27.08.2009, 19:10
Okay i have an RPG server and im asking how to check when a person last logs in and buys an item, then when he buys it, he has to wait 1 more day and he can get it again. How do i make this?
NOTE: i know i can just add this:
and then...
But i dunno the rest ! Please help.
NOTE: i know i can just add this:
pawn Код:
new year,month,day,hour,minute,second;
pawn Код:
getdate(year,month,day);
gettime(hour,minute,second);