1
0
Fork 0
forked from Simnation/Main
This commit is contained in:
Nordi98 2025-08-13 14:27:28 +02:00
parent 48844d7321
commit 769454360e
72 changed files with 734 additions and 0 deletions

View 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'