diff --git a/u_edit.pas b/u_edit.pas index 98be902..f6907b6 100644 --- a/u_edit.pas +++ b/u_edit.pas @@ -3155,6 +3155,9 @@ procedure TGtaEditor.btn_loadClick(Sender: TObject); if fileexists(working_gta_dir + '\samp\custom.ide') = True then city.loadfile('IDE', working_gta_dir + '\samp\custom.ide', False); + + if fileexists(working_gta_dir + '\samp\samp.ipl') = True then + city.loadfile('IPL', working_gta_dir + '\samp\samp.ipl', False); city.loadfile('IDE', working_gta_dir + '\data\maps\veh_mods\veh_mods.ide', False);