28.03.2009, 02:08
Something like this
pawn Код:
new Hour;
gettime(Hour);
if(Hour == 10) { /*open the casino*/ } else if(Hour == 20) { /*close the casino*/ }