31 lines
643 B
Lua
31 lines
643 B
Lua
fx_version 'adamant'
|
|
game 'gta5'
|
|
|
|
Author 'Jatho'
|
|
description 'ja_golf_club'
|
|
|
|
version '1.5'
|
|
|
|
lua54 'yes'
|
|
shared_script 'config.lua'
|
|
|
|
client_scripts {
|
|
'@NativeUI/NativeUI.lua',
|
|
'client.lua'
|
|
}
|
|
|
|
|
|
this_is_a_map 'yes'
|
|
|
|
|
|
file 'stream/grs_golfclub_props.ytyp'
|
|
file 'stream/grs_golf_shell_milo.ytyp'
|
|
file 'stream/int_retail.ytyp'
|
|
file 'audio/golf_int_game.dat151.rel' -- audio occlusion
|
|
|
|
data_file 'DLC_ITYP_REQUEST' 'stream/grs_golfclub_props.ytyp'
|
|
data_file 'DLC_ITYP_REQUEST' 'stream/grs_golf_shell_milo.ytyp'
|
|
data_file 'DLC_ITYP_REQUEST' 'stream/int_retail.ytyp'
|
|
data_file 'AUDIO_GAMEDATA' 'audio/golf_int_game.dat' -- audio occlusion
|
|
|