mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-25 06:15:37 +03:00
added header output
This commit is contained in:
parent
3910dfce12
commit
0338fe0343
@ -41,6 +41,10 @@ var
|
|||||||
sr: TSearchRec;
|
sr: TSearchRec;
|
||||||
i: Word;
|
i: Word;
|
||||||
begin
|
begin
|
||||||
|
WriteLn('AMXXSC compile.exe');
|
||||||
|
WriteLn(' by the AMX Mod X Dev Team');
|
||||||
|
WriteLn;
|
||||||
|
|
||||||
if not FileExists(ExtractFilePath(ParamStr(0))+'amxxsc.exe') then
|
if not FileExists(ExtractFilePath(ParamStr(0))+'amxxsc.exe') then
|
||||||
begin
|
begin
|
||||||
WriteLn('Could not find amxxsc.exe');
|
WriteLn('Could not find amxxsc.exe');
|
||||||
|
Loading…
Reference in New Issue
Block a user