Skip to content

The ultimate IPL loader for FiveM

Notifications You must be signed in to change notification settings

esx-community/fivem-ipl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fivem-ipl

The ultimate San Andreas IPL loader for FiveM. The IPLs in FiveM that are loaded by default in vanilla GTA V are not loaded which results in a lot of buggy places with missing interior and more. This script is contains bob74_ipl, iplLoader and other known IPL lists for the complete IPL loader.

Preview images (Before / After)

Bunker: 899.5518,-3246.038, -98.04907

Alt text / Alt text Alt text / Alt text

Import / Export warehouse: 994.5925, -3002.594, -39.64699

Alt text / Alt text

Biker ClubHouse 1: 1107.04, -3157.399, -37.51859

Alt text / Alt text

Biker ClubHouse 2: 998.4809, -3164.711, -38.90733

Alt text / Alt text Alt text / Alt text

Counterfeit Cash Factory: 1121.897, -3195.338, -40.4025

Alt text / Alt text

Document Forgery Office: 1163.842,-3195.7,-39.008

Alt text / Alt text

Meth lab: 1009.5, -3196.6, -38.99682

Alt text / Alt text

Weed lab: 1051.491, -3196.536, -39.14842

Alt text / Alt text

Cocaine lab: 1093.6, -3196.6, -38.99841

Alt text / Alt text

Import / Export garage: 795.75439453125, -2997.3317871094, -22.960731506348

Alt text / Alt text

Import / Export vehicle shop: 730.63916015625, -2993.2373046875, -38.999904632568

Alt text / Alt text

iplList.lua understanding

This script load the basics interiors of the IPLs. You are able to modify which props are in the ipl or modify some textures. However some props can't be used at the same time, for example:

--'weed_growtha_stage1',
--'weed_growtha_stage2',
'weed_growtha_stage3',

Here, just one of them can be used. This type of props can be spotted quickly because it contains the same name (weed_growtha_stage for this example)