Hello everyone, I play solo and I use LML. Since the game update, my folder containing the meta modifications no longer works : vehicles.meta handling.meta I am speaking only for the new police vehicles (policedominator10, poldorado, polimpaler5 ...) Here is my install.xml : <?xml version="1.0" encoding="utf-8"?> <EasyInstall> <Name>External Download - Add_car</Name> <Author>Unknown</Author> <Version>NA</Version> <Link></Link> <AutoGen>true</AutoGen> <AutoGenTime>01 octobre 2023 09:13:45</AutoGenTime> <Metadata></Metadata> <IsExtension>true</IsExtension> <Addons> <Addon name="Add_car"> <StreamingFiles>stream</StreamingFiles> <DataFiles>data</DataFiles> </Addon> </Addons> <Replacements> <Replacement name="MP_vehicles"> <FileReplacement> <GamePath>dlc_mp2024_01:/common/data/levels/gta5/vehicles.meta</GamePath> <FilePath>replace/vehicles.meta</FilePath> </FileReplacement> <FileReplacement> <GamePath>dlc_mp2023_02:/common/data/levels/gta5/vehicles.meta</GamePath> <FilePath>replace2/vehicles.meta</FilePath> </FileReplacement> </Replacement> </Replacements> </EasyInstall> Can you help me please?