Advertisement
Guest User

Untitled

a guest
Dec 31st, 2016
1,281
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. resource_manifest_version '77731fab-63ca-442c-a67b-abc70f28dfa5'
  2.  
  3. -- add the files to be sent to the client
  4. files {
  5. 'vehicles.meta',
  6. 'carvariations.meta',
  7. 'carcols.meta',
  8. }
  9.  
  10. -- specify data file entries to be added
  11. -- these entries are the same as content.xml in a DLC pack
  12. data_file 'VEHICLE_METADATA_FILE' 'vehicles.meta'
  13. data_file 'CARCOLS_FILE' 'carcols.meta'
  14. data_file 'VEHICLE_VARIATION_FILE' 'carvariations.meta'
  15.  
  16. -- and a client script
  17. client_script 'vehicle_names.lua'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement