forked from Nathan-FiveM/qb-luckywheel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfxmanifest.lua
46 lines (41 loc) · 1.45 KB
/
fxmanifest.lua
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
fx_version 'adamant'
game "gta5"
name 'qb-luckywheel'
description 'Playable Lucky Wheel at the casino, similar to GTAOnline.'
author 'Nathan#8860 - https://github.com/ArcadiaRoleplay/'
client_scripts {
'client/client.lua',
'config.lua'
}
server_script {
'server/server.lua',
'config.lua'
}
files{
'audio/dlcvinewood_amp.dat10',
'audio/dlcvinewood_amp.dat10.nametable',
'audio/dlcvinewood_amp.dat10.rel',
'audio/dlcvinewood_game.dat151',
'audio/dlcvinewood_game.dat151.nametable',
'audio/dlcvinewood_game.dat151.rel',
'audio/dlcvinewood_mix.dat15',
'audio/dlcvinewood_mix.dat15.nametable',
'audio/dlcvinewood_mix.dat15.rel',
'audio/dlcvinewood_sounds.dat54',
'audio/dlcvinewood_sounds.dat54.nametable',
'audio/dlcvinewood_sounds.dat54.rel',
'audio/dlcvinewood_speech.dat4',
'audio/dlcvinewood_speech.dat4.nametable',
'audio/dlcvinewood_speech.dat4.rel',
'audio/sfx/dlc_vinewood/casino_general.awc',
'audio/sfx/dlc_vinewood/casino_interior_stems.awc',
'audio/sfx/dlc_vinewood/casino_slot_machines_01.awc',
'audio/sfx/dlc_vinewood/casino_slot_machines_02.awc',
'audio/sfx/dlc_vinewood/casino_slot_machines_03.awc'
}
data_file 'AUDIO_GAMEDATA' 'audio/dlcvinewood_game.dat'
data_file 'AUDIO_SOUNDDATA' 'audio/dlcvinewood_sounds.dat'
data_file 'AUDIO_DYNAMIXDATA' 'audio/dlcvinewood_mix.dat'
data_file 'AUDIO_SYNTHDATA' 'audio/dlcVinewood_amp.dat'
data_file 'AUDIO_SPEECHDATA' 'audio/dlcvinewood_speech.dat'
data_file 'AUDIO_WAVEPACK' 'audio/sfx/dlc_vinewood'