forked from Simnation/Main
33 lines
No EOL
405 B
Lua
33 lines
No EOL
405 B
Lua
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',
|
|
'train_interaction.lua'
|
|
}
|
|
|
|
server_scripts {
|
|
'server.lua',
|
|
}
|
|
|
|
escrow_ignore {
|
|
'config.lua',
|
|
}
|
|
dependency '/assetpacks' |