forked from Simnation/Main
ed
This commit is contained in:
parent
48844d7321
commit
769454360e
72 changed files with 734 additions and 0 deletions
32
resources/[tools]/cfx_nteam_train_scenario/fxmanifest.lua
Normal file
32
resources/[tools]/cfx_nteam_train_scenario/fxmanifest.lua
Normal file
|
@ -0,0 +1,32 @@
|
|||
fx_version 'cerulean'
|
||||
|
||||
author "NTeam Development"
|
||||
version '1.0.0'
|
||||
description 'NTeam Train Scenario'
|
||||
|
||||
games { 'gta5' }
|
||||
lua54 'yes'
|
||||
|
||||
ui_page 'html/index.html'
|
||||
|
||||
files {
|
||||
'html/index.html',
|
||||
'html/sounds/*.mp3',
|
||||
}
|
||||
|
||||
shared_scripts {
|
||||
'config.lua',
|
||||
}
|
||||
|
||||
client_scripts {
|
||||
'client.lua',
|
||||
}
|
||||
|
||||
server_scripts {
|
||||
'server.lua',
|
||||
}
|
||||
|
||||
escrow_ignore {
|
||||
'config.lua',
|
||||
}
|
||||
dependency '/assetpacks'
|
Loading…
Add table
Add a link
Reference in a new issue