This commit is contained in:
Nordi98 2025-08-06 11:07:08 +02:00
parent 371350cefb
commit ce2e1898fd
83 changed files with 11227 additions and 0 deletions

View file

@ -0,0 +1,28 @@
fx_version 'bodacious'
game 'gta5'
this_is_a_map 'yes'
author 'Prompt Studio'
version "1.0.0"
data_file 'AUDIO_GAMEDATA' 'audio/prompt_sandy_cars_game.dat' -- dat151
files {
'audio/prompt_sandy_cars_game.dat151.rel'
}
escrow_ignore {
'stream/unlocked/**',
'client.lua'
}
-- scripts --
lua54 'yes'
client_script 'client.lua'
server_scripts{
'sv_Tokens.lua',
'sv_MapChainHandler.lua',
'sv_MapVersionCheck.lua'
}
dependency '/assetpacks'