How to optimize multiple vehicles in one script 2020

This is the Tutorial Video of Optimizing Multiple Vehicles in one Script . Like And Subscribe
How to Optimize Vehicles in FIVEM 2020

1 Like

Needs updating as there is a lot better way to do this.

  1. __resource.lua is outdated you should be using fxmanifest.lua
  2. Instead of naming out all the folders in the fxmanifest.lua just use wildcards. ex:
 data/**/*.meta 
data/**/carvariations.meta 
data_file 'HANDLING_FILE' 'data/**/handling.meta'
4 Likes

thanks for the info