Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions u_edit.pas
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down