Quote:
Originally Posted by Dokins
pawn Код:
public MedServerTimer1() { new Hour,Minute; gettime(Hour, Minute); SetWorldTime(Hour);
new string[124]; format(string, sizeof(string),""COL_LIME"[ULN]: "COL_WHITE"Now is %d hours.", Hour); SendClientMessageToAll(-1,string); }
return 1; }
That should do it.
|
What? this is not complete