1
0
Fork 0
forked from Simnation/Main
This commit is contained in:
Nordi98 2025-08-10 12:37:55 +02:00
parent df5c2a1624
commit de9002e6d7
97 changed files with 297 additions and 0 deletions

View 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'