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