-
-
Notifications
You must be signed in to change notification settings - Fork 46
/
fxmanifest.lua
91 lines (65 loc) · 2.04 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
fx_version 'cerulean'
game 'gta5'
description 'rpemotes-reborn'
version '1.8.0'
lua54 'yes'
use_experimental_fxv2_oal 'yes'
provide "rpemotes"
dependencies {
-- '/server:7290',
'/server:6683',
'/onesync'
}
-- Uncomment the below line if you would like to use the SQL keybinds. Requires oxmysql.
-- server_script '@oxmysql/lib/MySQL.lua'
files {
'conditionalanims.meta',
'header.png'
}
data_file 'CONDITIONAL_ANIMS_FILE' 'conditionalanims.meta'
shared_scripts {
'config.lua',
'locale.lua',
'locales/*.lua',
'animals.lua'
}
server_scripts {
'server/Server.lua',
'server/Updates.lua',
'server/frameworks/*.lua'
}
client_scripts {
'NativeUI.lua',
'client/Utils.lua',
'client/AnimationList.lua',
'client/AnimationListCustom.lua',
'client/Binoculars.lua',
'client/Crouch.lua',
'client/Emote.lua',
'client/EmoteMenu.lua',
'client/Expressions.lua',
'client/Keybinds.lua',
'client/NewsCam.lua',
'client/NoIdleCam.lua',
'client/Pointing.lua',
'client/Ragdoll.lua',
'client/Syncing.lua',
'client/Walk.lua',
'client/frameworks/*.lua'
}
data_file 'DLC_ITYP_REQUEST' 'stream/rpemotesreborn_props.ytyp'
data_file 'DLC_ITYP_REQUEST' 'stream/brummie_props.ytyp'
data_file 'DLC_ITYP_REQUEST' 'stream/bzzz_props.ytyp'
data_file 'DLC_ITYP_REQUEST' 'stream/bzzz_camp_props.ytyp'
data_file 'DLC_ITYP_REQUEST' 'stream/apple_1.ytyp'
data_file 'DLC_ITYP_REQUEST' 'stream/kaykaymods_props.ytyp'
data_file 'DLC_ITYP_REQUEST' 'stream/knjgh_pizzas.ytyp'
data_file 'DLC_ITYP_REQUEST' 'stream/natty_props_lollipops.ytyp'
data_file 'DLC_ITYP_REQUEST' 'stream/ultra_ringcase.ytyp'
data_file 'DLC_ITYP_REQUEST' 'stream/pata_props.ytyp'
data_file 'DLC_ITYP_REQUEST' 'stream/vedere_props.ytyp'
data_file 'DLC_ITYP_REQUEST' 'stream/pnwsigns.ytyp'
data_file 'DLC_ITYP_REQUEST' 'stream/pprp_icefishing.ytyp'
data_file 'DLC_ITYP_REQUEST' 'stream/scully_props.ytyp'
data_file 'DLC_ITYP_REQUEST' 'stream/samnick_prop_lighter01.ytyp'
data_file 'DLC_ITYP_REQUEST' 'stream/bzzz_murderpack.ytyp'