forked from Simnation/Main
Create fxmanifest.lua
This commit is contained in:
parent
49013e8dde
commit
f4bb583a36
1 changed files with 18 additions and 0 deletions
18
resources/[cars]/[trailer]/long_boattrailer/fxmanifest.lua
Normal file
18
resources/[cars]/[trailer]/long_boattrailer/fxmanifest.lua
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
-- fxmanifest.lua
|
||||||
|
|
||||||
|
fx_version 'cerulean'
|
||||||
|
game 'gta5'
|
||||||
|
|
||||||
|
author 'Dein Name'
|
||||||
|
description 'Addon Fahrzeug-Paket'
|
||||||
|
version '1.0.0'
|
||||||
|
|
||||||
|
files {
|
||||||
|
'data/vehicles.meta',
|
||||||
|
}
|
||||||
|
|
||||||
|
data_file 'VEHICLE_METADATA_FILE' 'data/vehicles.meta'
|
||||||
|
|
||||||
|
-- Stream für Modelle & Texturen
|
||||||
|
-- Modelle liegen im stream-Ordner (z.B. .yft, .ytd, .hi.yft)
|
||||||
|
-- Der stream-Ordner muss nicht extra deklariert werden, wird automatisch erkannt
|
Loading…
Add table
Add a link
Reference in a new issue