01.01.2014, 22:31
Use gettime() and use hour to check if it's 24, sorry for the indentation I created this without using any PAWNO
pawn Код:
new Time[3];
gettime(Time[0], Time[1], Time[2]);
if(Time[0] == 24)
{
SendRconCommand("gmx");
}