//Anywhere in script but not in a callbackforward PayDay();public PayDay(){ new hour, minute; gettime(hour, minute); if(minute == 0) { //Payday code here }}//GameModeInitSetTimer("PayDay", 1000, true);