1
0
Fork 0
forked from Simnation/Main
Main/resources/[defaultmaps]/prompt_barber/fxmanifest.lua
2025-08-10 12:37:55 +02:00

35 lines
No EOL
535 B
Lua

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'