Advertisement
Guest User

__resource.lua copy

a guest
Jul 23rd, 2019
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. resource_manifest_version '44febabe-d386-4d18-afbe-5e627f4af937'
  2.  
  3. -- Assets template by Albo1125.
  4. -- Look in the meta_templates folder for the default meta file entries when installing vehicles/peds into custom slots.
  5. -- You can (un)comment or add/remove files depending on which ones you use.
  6. -- Documentation of available data files for FiveM: https://wiki.fivem.net/wiki/Data_files
  7.  
  8. files {
  9. 'vehicles.meta',
  10. 'carvariations.meta',
  11. 'handling.meta',
  12. 'carcols.meta'
  13. }
  14. data_file 'HANDLING_FILE' 'handling.meta'
  15. data_file 'VEHICLE_METADATA_FILE' 'vehicles.meta'
  16. data_file 'VEHICLE_VARIATION_FILE' 'carvariations.meta'
  17. data_file 'CARCOLS_FILE' 'carcols.meta'
  18.  
  19. client_script 'vehicle_names.lua'
  20.  
  21. files {
  22. 'POLICE.xml'
  23. 'POLICET.xml'
  24. 'POLICEB.xml'
  25. 'POLICE2.xml'
  26. }
  27.  
  28. client_script 'data/vehicle_names.lua'
  29. is_els 'true'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement