04.11.2013, 20:31 
	
	
	
		Should be like this I guess:
In case you want it running every second, you would need to have it running under a timer.
	
	
	
	
pawn Код:
new Hour, Minute, Second;
gettime(Hour,Minute, Second);
if(Hour == 0) {
/* Your code here */
}


