ed
This commit is contained in:
parent
cd945f7aff
commit
fdb2ec1452
3046 changed files with 68309 additions and 12 deletions
|
@ -0,0 +1,43 @@
|
|||
fx_version 'bodacious'
|
||||
game 'gta5'
|
||||
this_is_a_map 'yes'
|
||||
lua54 'yes'
|
||||
|
||||
-- map by---:
|
||||
author 'Prompt Studio'
|
||||
description 'Sandy Shores Illegal Garage & Gas Station & Car Wash'
|
||||
scripts_author 'Infames Dev'
|
||||
version '1.0.4'
|
||||
|
||||
data_file 'AUDIO_GAMEDATA' 'audio/prompt_sandy_is_garage_game.dat' -- dat151
|
||||
data_file 'DLC_ITYP_REQUEST' 'stream/unlocked/illegal_garage/prompt_sandy_illegal_garage.ytyp'
|
||||
|
||||
files {
|
||||
'audio/prompt_sandy_is_garage_game.dat151.rel'
|
||||
}
|
||||
|
||||
escrow_ignore {
|
||||
'stream/unlocked/**',
|
||||
'config.lua',
|
||||
'open_config.lua',
|
||||
'open_functions.lua'
|
||||
}
|
||||
|
||||
shared_scripts {
|
||||
'@ox_lib/init.lua',
|
||||
'config.lua',
|
||||
'open_config.lua'
|
||||
}
|
||||
|
||||
client_scripts {
|
||||
'open_functions.lua',
|
||||
'client/*.lua'
|
||||
}
|
||||
|
||||
server_scripts {
|
||||
'server/*.lua',
|
||||
'sv_loader.lua'
|
||||
}
|
||||
|
||||
dependency '/assetpacks'
|
||||
dependency '/assetpacks'
|
Loading…
Add table
Add a link
Reference in a new issue