27 lines
514 B
Lua
27 lines
514 B
Lua
fx_version 'cerulean'
|
|
game 'gta5'
|
|
this_is_a_map 'yes'
|
|
lua54 'yes'
|
|
|
|
escrow_ignore {
|
|
"script/client/main.lua",
|
|
"script/server/main.lua",
|
|
"script/config.lua"
|
|
}
|
|
|
|
file 'sp_manifest.ymt'
|
|
-- SCENARIO_POINTS_FILE may work, too
|
|
data_file 'SCENARIO_POINTS_OVERRIDE_FILE' 'sp_manifest.ymt'
|
|
|
|
dependency '/assetpacks'
|
|
|
|
author "Rudzik"
|
|
description "Sandy Shores - REBORN"
|
|
version "1.5"
|
|
|
|
client_script 'script/client/main.lua'
|
|
|
|
server_script 'script/server/main.lua'
|
|
|
|
shared_script 'script/config.lua'
|
|
dependency '/assetpacks' |