forked from Simnation/Main
27 lines
No EOL
432 B
Lua
27 lines
No EOL
432 B
Lua
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' |