forked from Simnation/Main
ed
This commit is contained in:
parent
df5c2a1624
commit
de9002e6d7
97 changed files with 297 additions and 0 deletions
35
resources/[defaultmaps]/prompt_barber/fxmanifest.lua
Normal file
35
resources/[defaultmaps]/prompt_barber/fxmanifest.lua
Normal file
|
@ -0,0 +1,35 @@
|
|||
fx_version 'bodacious'
|
||||
game 'gta5'
|
||||
this_is_a_map 'yes'
|
||||
|
||||
|
||||
|
||||
files {
|
||||
'prompt_barber_new.xml'
|
||||
}
|
||||
|
||||
data_file 'TIMECYCLEMOD_FILE' 'prompt_barber_new.xml'
|
||||
|
||||
escrow_ignore {
|
||||
'stream/ghetto/**',
|
||||
'stream/city/**',
|
||||
'stream/mirror_park/**',
|
||||
'stream/paleto/**',
|
||||
'stream/sandy/**',
|
||||
'stream/vespucci/**',
|
||||
'stream/interior/unlocked/**',
|
||||
'client.lua',
|
||||
'config.lua'
|
||||
}
|
||||
|
||||
-- scripts --
|
||||
lua54 'yes'
|
||||
|
||||
shared_script 'config.lua'
|
||||
client_script 'client.lua'
|
||||
|
||||
|
||||
escrow_ignore {
|
||||
'stream/unlocked/**'
|
||||
}
|
||||
dependency '/assetpacks'
|
Loading…
Add table
Add a link
Reference in a new issue