mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2025-02-03 01:00:31 +03:00
the editor unindents now on pressing }. have fun!
- fixed bugs... lalala - updated debug-list - fixed comment-bug - now final edition...
This commit is contained in:
parent
76505f172a
commit
c2502626e6
@ -36,7 +36,7 @@ uses UnitfrmMain, UnitfrmProxy, UnitFunctions, UnitScanMods;
|
|||||||
|
|
||||||
function InstallTime: String;
|
function InstallTime: String;
|
||||||
begin
|
begin
|
||||||
Result := TimeToStr(Now - StartTime);
|
Result := FormatDateTime('HH:MM:SS', Now - StartTime);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure AddStatus(Text: String; Color: TColor; ShowTime: Boolean = True);
|
procedure AddStatus(Text: String; Color: TColor; ShowTime: Boolean = True);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user