ed
This commit is contained in:
parent
e85f2d3e0d
commit
8290e409ee
223 changed files with 420 additions and 0 deletions
48
resources/[defaultmaps]/prompt_sandy_mechanic/fxmanifest.lua
Normal file
48
resources/[defaultmaps]/prompt_sandy_mechanic/fxmanifest.lua
Normal file
|
@ -0,0 +1,48 @@
|
|||
fx_version 'bodacious'
|
||||
game 'gta5'
|
||||
this_is_a_map 'yes'
|
||||
lua54 'yes'
|
||||
|
||||
-- map by---:
|
||||
author 'Prompt Studio'
|
||||
scripts_author 'Infames Dev'
|
||||
description 'Sandy Shores Mechanic'
|
||||
version '1.0.3'
|
||||
|
||||
|
||||
data_file 'DLC_ITYP_REQUEST' 'stream/anims/prompt_sandy_compound_anims.ytyp'
|
||||
|
||||
|
||||
files {
|
||||
'stream/anims/prompt_sandy_compound_anims.ytyp'
|
||||
}
|
||||
|
||||
escrow_ignore {
|
||||
'stream/exterior/unlocked/**',
|
||||
'stream/interior/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 {
|
||||
'sv_loader.lua',
|
||||
'server/*.lua',
|
||||
--[['sv_Tokens.lua',
|
||||
'sv_MapChainHandler.lua',
|
||||
'sv_MapVersionCheck.lua'--]]
|
||||
}
|
||||
|
||||
dependency '/assetpacks'
|
||||
dependency '/assetpacks'
|
Loading…
Add table
Add a link
Reference in a new issue