[Vehicles ADD] Bagged, ems, fahrräder, mechanic
This commit is contained in:
parent
fa136ac8c4
commit
b7c0b3e80f
248 changed files with 275932 additions and 0 deletions
30
resources/[cars]/[fahrraeder]/twElecScooter/fxmanifest.lua
Normal file
30
resources/[cars]/[fahrraeder]/twElecScooter/fxmanifest.lua
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
fx_version 'cerulean'
|
||||
game 'gta5'
|
||||
|
||||
author 'Tiwabs'
|
||||
version '1.0.0'
|
||||
|
||||
lua54 'yes'
|
||||
|
||||
data_file 'CLIP_SETS_FILE' 'meta/clip_sets.xml'
|
||||
data_file 'VEHICLE_LAYOUTS_FILE' 'meta/vehiclelayout.meta'
|
||||
data_file 'HANDLING_FILE' 'meta/handling.meta'
|
||||
data_file 'VEHICLE_METADATA_FILE' 'meta/vehicles.meta'
|
||||
data_file 'VEHICLE_VARIATION_FILE' 'meta/carvariations.meta'
|
||||
|
||||
files {
|
||||
'meta/clip_sets.xml',
|
||||
'meta/vehiclelayout.meta',
|
||||
'meta/handling.meta',
|
||||
'meta/vehicles.meta',
|
||||
'meta/carvariations.meta',
|
||||
}
|
||||
|
||||
client_scripts {
|
||||
'bugFix.lua'
|
||||
}
|
||||
|
||||
escrow_ignore {
|
||||
'bugFix.lua'
|
||||
}
|
||||
dependency '/assetpacks'
|
||||
Loading…
Add table
Add a link
Reference in a new issue