ed
This commit is contained in:
parent
371350cefb
commit
ce2e1898fd
83 changed files with 11227 additions and 0 deletions
|
@ -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'
|
Loading…
Add table
Add a link
Reference in a new issue