1
0
Fork 0
forked from Simnation/Main
Main/resources/[tools]/cfx_nteam_train_scenario/fxmanifest.lua
2025-08-14 00:04:23 +02:00

33 lines
No EOL
412 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_points.lua'
}
server_scripts {
'server.lua',
}
escrow_ignore {
'config.lua',
}
dependency '/assetpacks'