mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2025-01-23 20:28:03 +03:00
the editor unindents now on pressing }. have fun!
- fixed bugs... lalala - updated debug-list - fixed comment-bug - now final edition... hrm bail decided this will be AMX Mod X 1.5 so updated captions.. -> Basic-Master is now crazy o_><_O
This commit is contained in:
parent
057929e2f6
commit
0ef9b80430
@ -134,3 +134,6 @@ OriginalFilename=
|
|||||||
ProductName=
|
ProductName=
|
||||||
ProductVersion=1.0.0.0
|
ProductVersion=1.0.0.0
|
||||||
Comments=
|
Comments=
|
||||||
|
[HistoryLists\hlUnitAliases]
|
||||||
|
Count=1
|
||||||
|
Item0=WinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE;
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
program AMXInstaller;
|
program AMXInstaller;
|
||||||
|
|
||||||
{ AMXX Installer 1.1
|
{ AMXX Installer for AMX Mod X 1.5
|
||||||
by the AMXX Development Team
|
by the AMXX Development Team
|
||||||
|
|
||||||
Used components:
|
Used components:
|
||||||
@ -10,7 +10,7 @@ program AMXInstaller;
|
|||||||
- FlatPack Component Pack (www.torry.net)
|
- FlatPack Component Pack (www.torry.net)
|
||||||
- JVCL Lib Pack 3.0 (jvcl.sourceforge.net)
|
- JVCL Lib Pack 3.0 (jvcl.sourceforge.net)
|
||||||
|
|
||||||
AMXX Installer 1.1 is developed under GNU Public License
|
AMXX Installer for AMX Mod X 1.5 is developed under GNU Public License
|
||||||
and comes WITH ABSOLUTELY NO WARRANTY!
|
and comes WITH ABSOLUTELY NO WARRANTY!
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -461,7 +461,7 @@ begin
|
|||||||
finally
|
finally
|
||||||
eStr := TStringList.Create;
|
eStr := TStringList.Create;
|
||||||
eStr.Add(';;Metamod plugins.ini');
|
eStr.Add(';;Metamod plugins.ini');
|
||||||
eStr.Add(';;AMX Mod X 1.1');
|
eStr.Add(';;AMX Mod X 1.5');
|
||||||
if OS = osWindows then
|
if OS = osWindows then
|
||||||
eStr.Add('win32 addons\amxmodx\dlls\amxmodx_mm.dll')
|
eStr.Add('win32 addons\amxmodx\dlls\amxmodx_mm.dll')
|
||||||
else if OS = osLinux32 then
|
else if OS = osLinux32 then
|
||||||
|
@ -57,7 +57,7 @@ object frmMain: TfrmMain
|
|||||||
Top = 0
|
Top = 0
|
||||||
Width = 527
|
Width = 527
|
||||||
Height = 314
|
Height = 314
|
||||||
ActivePage = jspWelcome
|
ActivePage = jspInstallProgress
|
||||||
PropagateEnable = False
|
PropagateEnable = False
|
||||||
Align = alClient
|
Align = alClient
|
||||||
OnChange = jplWizardChange
|
OnChange = jplWizardChange
|
||||||
@ -4911,7 +4911,7 @@ object frmMain: TfrmMain
|
|||||||
Top = 10
|
Top = 10
|
||||||
Width = 343
|
Width = 343
|
||||||
Height = 50
|
Height = 50
|
||||||
Caption = 'Welcome to the AMX Mod X Installer 1.1 Setup Wizard'
|
Caption = 'Welcome to the AMX Mod X Installer 1.5 Setup Wizard'
|
||||||
Font.Charset = DEFAULT_CHARSET
|
Font.Charset = DEFAULT_CHARSET
|
||||||
Font.Color = clWindowText
|
Font.Color = clWindowText
|
||||||
Font.Height = -21
|
Font.Height = -21
|
||||||
@ -4923,11 +4923,11 @@ object frmMain: TfrmMain
|
|||||||
object lblInfo1: TLabel
|
object lblInfo1: TLabel
|
||||||
Left = 172
|
Left = 172
|
||||||
Top = 82
|
Top = 82
|
||||||
Width = 326
|
Width = 327
|
||||||
Height = 13
|
Height = 15
|
||||||
Caption =
|
Caption =
|
||||||
'This wizard will guide you through the installation of AMX Mod X' +
|
'This wizard will guide you through the installation of AMX Mod X' +
|
||||||
' 1.1.'
|
' 1.5.'
|
||||||
WordWrap = True
|
WordWrap = True
|
||||||
end
|
end
|
||||||
object lblInfo2: TLabel
|
object lblInfo2: TLabel
|
||||||
@ -5016,7 +5016,7 @@ object frmMain: TfrmMain
|
|||||||
Height = 13
|
Height = 13
|
||||||
Caption =
|
Caption =
|
||||||
'Please review the following license terms before installing AMX ' +
|
'Please review the following license terms before installing AMX ' +
|
||||||
'Mod X 1.1.'
|
'Mod X 1.5.'
|
||||||
end
|
end
|
||||||
object bvlSpacer1: TBevel
|
object bvlSpacer1: TBevel
|
||||||
Left = 0
|
Left = 0
|
||||||
@ -5949,7 +5949,7 @@ object frmMain: TfrmMain
|
|||||||
Top = 28
|
Top = 28
|
||||||
Width = 277
|
Width = 277
|
||||||
Height = 13
|
Height = 13
|
||||||
Caption = 'Please select the mod AMX Mod X 1.1 shall be installed to.'
|
Caption = 'Please select the mod AMX Mod X 1.5 shall be installed to.'
|
||||||
end
|
end
|
||||||
object bvlSelectMod: TBevel
|
object bvlSelectMod: TBevel
|
||||||
Left = 0
|
Left = 0
|
||||||
@ -6062,7 +6062,7 @@ object frmMain: TfrmMain
|
|||||||
Top = 8
|
Top = 8
|
||||||
Width = 202
|
Width = 202
|
||||||
Height = 14
|
Height = 14
|
||||||
Caption = 'Installing AMX Mod X 1.1 via FTP'
|
Caption = 'Installing AMX Mod X 1.5 via FTP'
|
||||||
Font.Charset = DEFAULT_CHARSET
|
Font.Charset = DEFAULT_CHARSET
|
||||||
Font.Color = clWindowText
|
Font.Color = clWindowText
|
||||||
Font.Height = -12
|
Font.Height = -12
|
||||||
@ -6380,7 +6380,7 @@ object frmMain: TfrmMain
|
|||||||
Top = 8
|
Top = 8
|
||||||
Width = 156
|
Width = 156
|
||||||
Height = 14
|
Height = 14
|
||||||
Caption = 'Installing AMX Mod X 1.1'
|
Caption = 'Installing AMX Mod X 1.5'
|
||||||
Font.Charset = DEFAULT_CHARSET
|
Font.Charset = DEFAULT_CHARSET
|
||||||
Font.Color = clWindowText
|
Font.Color = clWindowText
|
||||||
Font.Height = -12
|
Font.Height = -12
|
||||||
@ -6393,7 +6393,7 @@ object frmMain: TfrmMain
|
|||||||
Top = 28
|
Top = 28
|
||||||
Width = 241
|
Width = 241
|
||||||
Height = 13
|
Height = 13
|
||||||
Caption = 'Please wait while AMX Mod X 1.1 is being installed.'
|
Caption = 'Please wait while AMX Mod X 1.5 is being installed.'
|
||||||
end
|
end
|
||||||
object bvlSpacer5: TBevel
|
object bvlSpacer5: TBevel
|
||||||
Left = 0
|
Left = 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user