some changes

This commit is contained in:
Felix Geyer
2004-08-13 15:34:50 +00:00
parent 27bb44a7fe
commit 0181a491d8
2 changed files with 18 additions and 13 deletions

View File

@ -42,13 +42,13 @@ var
sr: TSearchRec;
i: Word;
begin
WriteLn('AMXXSC compile.exe');
WriteLn(' by the AMX Mod X Dev Team');
WriteLn('//AMXXSC compile.exe');
WriteLn('// by the AMX Mod X Dev Team');
WriteLn;
if not FileExists(ExtractFilePath(ParamStr(0))+'amxxsc.exe') then
begin
WriteLn('Could not find amxxsc.exe');
WriteLn('// Could not find amxxsc.exe');
AppExit;
end;
@ -64,7 +64,7 @@ begin
else
begin
WriteLn;
WriteLn('File not found.');
WriteLn('// File not found.');
end;
end;
end
@ -78,7 +78,7 @@ begin
end
else
begin
WriteLn('No file found.');
WriteLn('// No file found.');
end;
FindClose(sr);
end;