-
-
Notifications
You must be signed in to change notification settings - Fork 56
/
Copy pathfxmanifest.lua
71 lines (64 loc) · 2.09 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
fx_version 'cerulean'
use_experimental_fxv2_oal 'yes'
lua54 'yes'
game 'gta5'
name 'scully_emotemenu'
author 'https://discord.gg/scully'
version '2.0.6'
dependencies {
'/server:7290',
'/onesync',
'ox_lib'
}
shared_scripts {
'@ox_lib/init.lua'
}
client_scripts {
'client/main.lua',
'client/menu.lua'
}
server_scripts {
'server/version_check.lua',
'server/main.lua'
}
files {
'locales/*.json',
'shared/data/config.lua',
'shared/data/expressions.lua',
'shared/data/scenarios.lua',
'shared/data/walks.lua',
'shared/data/emotes/animal_emotes.lua',
'shared/data/emotes/consumable_emotes.lua',
'shared/data/emotes/dance_emotes.lua',
'shared/data/emotes/general_emotes.lua',
'shared/data/emotes/prop_emotes.lua',
'shared/data/emotes/synchronized_dance_emotes.lua',
'shared/data/emotes/synchronized_emotes.lua',
'shared/modules/utils.lua',
'client/data/ped_types.lua',
'client/data/scenario_models.lua',
'client/modules/handsup.lua',
'client/modules/kvp.lua',
'client/modules/placement.lua',
'client/modules/point.lua',
'client/modules/preview.lua',
'client/modules/ragdoll.lua',
'client/modules/stance.lua'
}
data_file 'DLC_ITYP_REQUEST' 'bzzz_foodpack.ytyp'
data_file 'DLC_ITYP_REQUEST' 'bzzz_prop_torch_fire001.ytyp'
data_file 'DLC_ITYP_REQUEST' 'natty_props_lollipops.ytyp'
data_file 'DLC_ITYP_REQUEST' 'scully_props.ytyp'
data_file 'DLC_ITYP_REQUEST' 'badges.ytyp'
data_file 'DLC_ITYP_REQUEST' 'lilflags_ytyp.ytyp'
data_file 'DLC_ITYP_REQUEST' 'prideprops_ytyp.ytyp'
data_file 'DLC_ITYP_REQUEST' 'bzzz_food_icecream_pack.ytyp'
data_file 'DLC_ITYP_REQUEST' 'bzzz_effect_cigarpack.ytyp'
data_file 'DLC_ITYP_REQUEST' 'bzzz_murderpack.ytyp'
data_file 'DLC_ITYP_REQUEST' 'bzzz_animal_fish002.ytyp'
data_file 'DLC_ITYP_REQUEST' 'bzzz_food_dessert_a.ytyp'
data_file 'DLC_ITYP_REQUEST' 'bzzz_prop_give_gift.ytyp'
data_file 'DLC_ITYP_REQUEST' 'bzzz_package_pizzahut.ytyp'
data_file 'DLC_ITYP_REQUEST' 'ultra_ringcase.ytyp'
data_file 'DLC_ITYP_REQUEST' 'bzzz_food_xmas22.ytyp'
data_file 'DLC_ITYP_REQUEST' 'pprp_icefishing.ytyp'