03.08.2013, 22:38
I'm sure it isn't lol
Not sure but might a mistake be in here?
Not sure but might a mistake be in here?
Код:
stock UpdateWarnings(warning[]) { for(new i = 0;i < sizeof(Warnings) - 1;i++) { Warnings[i] = Warnings[i+1]; } new hour, minute, second; gettime(hour,minute,second); hour = FixHour(hour); format(Warnings[19],256,"[%d:%d:%d] %s",hour,minute,second,warning); AWarncast(warning); return 1; }