does it come with script?
No its only the Map.
The fxmanifest comes blank which gives an error when trying to load the map already inside the server
Im sorry about that, just paste this in the fxmanifest. ill update it later
fx_version 'cerulean'
game 'gta5'
version '1.0.0'
lua54 'yes'
this_is_a_map 'yes'
description 'MonoRails'
-- Typen und Modelle
data_file('DLC_ITYP_REQUEST')('stream/metrooo.ytyp')
replace_level_meta 'gta5'
files {
'gta5.meta',
'trains.xml',
'trains13.dat',
'traintracks.xml',
'audioconfig/emitter_game.dat151.rel',
'audioconfig/emitter_sounds.dat54.rel',
'sfx/emitter_nteam/emitter_nteam_01.awc'
}
data_file 'AUDIO_GAMEDATA' 'audioconfig/emitter_game.dat'
data_file 'AUDIO_SOUNDDATA' 'audioconfig/emitter_sounds.dat'
data_file 'AUDIO_WAVEPACK' 'sfx/emitter_nteam'
data_file 'METADATA_TRAINS' 'trains.xml'
data_file 'TRAINSCONFIG_FILE' 'trains13.dat'
data_file 'TRAINTRACKS_FILE' 'traintracks.xml'
dependency '/assetpacks'