ed
This commit is contained in:
parent
cd945f7aff
commit
fdb2ec1452
3046 changed files with 68309 additions and 12 deletions
27
resources/[defaultmaps]/prompt_sandy_motel/fxmanifest.lua
Normal file
27
resources/[defaultmaps]/prompt_sandy_motel/fxmanifest.lua
Normal file
|
@ -0,0 +1,27 @@
|
|||
fx_version 'bodacious'
|
||||
game 'gta5'
|
||||
this_is_a_map 'yes'
|
||||
lua54 'yes'
|
||||
|
||||
-- map by---:
|
||||
author 'Prompt Studio'
|
||||
description 'Sandy Shores Motel'
|
||||
version '1.0.2'
|
||||
|
||||
client_scripts {
|
||||
'config.lua',
|
||||
'client_entitysets.lua',
|
||||
'proximity_loader.lua'
|
||||
}
|
||||
|
||||
server_scripts {
|
||||
'sv_loader.lua'
|
||||
}
|
||||
|
||||
escrow_ignore {
|
||||
'stream/unlocked/**',
|
||||
'proximity_loader.lua',
|
||||
'config.lua',
|
||||
'client_entitysets.lua'
|
||||
}
|
||||
dependency '/assetpacks'
|
Loading…
Add table
Add a link
Reference in a new issue