17.06.2013, 20:28
https://sampwiki.blast.hk/wiki/Gettime
Get the expiration date and time
If it's expired
Get the expiration date and time
pawn Код:
expiration_date_time = gettime()+delay // "delay" in seconds!
pawn Код:
if(gettime() >= expiration_date_time)