forked from Simnation/Main
25 lines
No EOL
431 B
Lua
25 lines
No EOL
431 B
Lua
fx_version 'cerulean'
|
|
lua54 'yes'
|
|
game "gta5"
|
|
|
|
author 'tstudio - turbosaif'
|
|
description 'TStudio resource that overrides gta scenarios'
|
|
version '1.0.0'
|
|
|
|
this_is_a_map "yes"
|
|
|
|
files {
|
|
'scenarios/sp_manifest.ymt'
|
|
}
|
|
|
|
data_file "SCENARIO_POINTS_OVERRIDE_PSO_FILE" "scenarios/sp_manifest.ymt"
|
|
|
|
client_scripts {
|
|
'client/*.lua',
|
|
}
|
|
|
|
escrow_ignore{
|
|
'scenarios/*',
|
|
'stream/*',
|
|
}
|
|
dependency '/assetpacks' |