added header output

This commit is contained in:
Felix Geyer 2004-07-24 11:41:22 +00:00
parent 3910dfce12
commit 0338fe0343

View File

@ -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');