1
0
Fork 0
forked from Simnation/Main
Main/resources/[tools]/cfx_nteam_train_scenario/fxmanifest.lua

32 lines
380 B
Lua
Raw Normal View History

2025-08-13 14:27:28 +02:00
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'