28 lines
576 B
Lua
28 lines
576 B
Lua
fx_version 'cerulean'
|
|
game 'gta5'
|
|
|
|
lua54 'yes'
|
|
|
|
author 'Prompt Studio'
|
|
description 'Study in prison Sandy Shores 2025'
|
|
version '1.0.0'
|
|
|
|
this_is_a_map 'yes'
|
|
|
|
-- Gym scripts for animations and entity set management
|
|
shared_script '@ox_lib/init.lua'
|
|
client_script 'client.lua'
|
|
server_script 'server.lua'
|
|
file 'config.lua'
|
|
|
|
escrow_ignore {
|
|
'client.lua',
|
|
'server.lua',
|
|
'config.lua'
|
|
}
|
|
|
|
|
|
data_file 'DLC_ITYP_REQUEST' 'stream/i45pt_prison_study_int.ytyp'
|
|
data_file 'DLC_ITYP_REQUEST' 'stream/i45pt_prison_study_gym_props.ytyp'
|
|
|
|
dependency '/assetpacks' |