adding update for Little Seoul pd mlo script

This commit is contained in:
KingMcDonalds
2026-03-07 00:04:46 -08:00
parent fedfc4f028
commit d6a9b6cd4a
249 changed files with 1456 additions and 403 deletions
@@ -1,7 +1,7 @@
Config = {}
-- Choose the jail cell style: "US" = American-style cells, "EU" = European-style cells
Config.CellType = "US"
Config.CellType = "us"
-- Enable or disable metal detectors in the lobby
Config.EnableMetalDetectors = true
@@ -3,9 +3,9 @@ game 'gta5'
this_is_a_map 'yes'
lua54 'yes'
-- Download Door Audio and Door Tuning at https://github.com/Heleniust/helnius-map-data
author 'helnius' -- Discord: https://discord.gg/RGgqnsxvMv, Tebex: https://store.helnius.com/
author 'helnius' -- Discord: https://discord.gg/RGgqnsxvMv, Tebex: https://helnius.com/
description 'Little Seoul station, Los Santos Police Department'
version '1.0.2-release'
version '1.1.4-release'
server_script 'version-check.lua'
@@ -18,10 +18,16 @@ escrow_ignore {
}
client_scripts {
'client.lua',
'config.lua'
'config.lua',
'client.lua'
}
file 'stream/AUDIO/h_int_alta_polstation_game.dat151.rel'
data_file 'AUDIO_GAMEDATA' 'stream/AUDIO/h_int_alta_polstation_game.dat'
files {
'timecycle_policestation_helnius.xml',
'h_int_alta_polstation_game.dat151.rel'
}
data_file 'TIMECYCLEMOD_FILE' 'timecycle_policestation_helnius.xml'
data_file 'AUDIO_GAMEDATA' 'h_int_alta_polstation_game.dat'
dependency '/assetpacks'

Some files were not shown because too many files have changed in this diff Show More