forked from andristum/dpemotes
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfxmanifest.lua
More file actions
74 lines (64 loc) · 2.68 KB
/
fxmanifest.lua
File metadata and controls
74 lines (64 loc) · 2.68 KB
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
fx_version 'cerulean'
games { 'gta5' }
this_is_a_map 'yes'
dependency '/assetpacks'
client_scripts {
'NativeUI.lua',
'Config.lua',
'Client/*.lua',
}
server_scripts {
'Config.lua',
'@oxmysql/lib/MySQL.lua',
'Server/*.lua'
}
exports {
"OnEmotePlay",
"CheckGender",
"EmoteCancel",
"GetPlayerHasProp",
"SendToRabbitEmotes",
"WalkMenuStart",
}
data_file "DLC_ITYP_REQUEST" "stream/penguin_khmfaek.ytyp"
data_file 'DLC_ITYP_REQUEST' 'stream/prop_phone_ing_03.ytyp'
data_file 'DLC_ITYP_REQUEST' 'stream/cm_box.ytyp'
data_file 'DLC_ITYP_REQUEST' 'stream/cm_box01.ytyp'
data_file 'DLC_ITYP_REQUEST' 'stream/cm_candy.ytyp'
data_file 'DLC_ITYP_REQUEST' 'stream/cm_chair.ytyp'
data_file 'DLC_ITYP_REQUEST' 'stream/cm_star.ytyp'
data_file 'DLC_ITYP_REQUEST' 'stream/cm_xmas.ytyp'
data_file 'DLC_ITYP_REQUEST' 'stream/find.ytyp'
data_file 'DLC_ITYP_REQUEST' 'stream/red_card.ytyp'
data_file 'DLC_ITYP_REQUEST' 'stream/yellow_card.ytyp'
data_file 'DLC_ITYP_REQUEST' 'stream/penguin_heart.ytyp'
data_file 'DLC_ITYP_REQUEST' 'stream/prop.ytyp'
data_file 'DLC_ITYP_REQUEST' 'stream/rose.ytyp'
data_file 'DLC_ITYP_REQUEST' 'stream/sharks.ytyp'
data_file 'DLC_ITYP_REQUEST' 'stream/blanket.ytyp'
data_file 'DLC_ITYP_REQUEST' 'stream/pillow.ytyp'
data_file 'DLC_ITYP_REQUEST' 'stream/pillow_1.ytyp'
data_file 'DLC_ITYP_REQUEST' 'stream/familie_babyshop.ytyp'
data_file "DLC_ITYP_REQUEST" "stream/prop/penguin_mask_13th.ytyp"
data_file "DLC_ITYP_REQUEST" "stream/prop/halloween_chair.ytyp"
data_file "DLC_ITYP_REQUEST" "stream/prop/halloween_coffin.ytyp"
data_file "DLC_ITYP_REQUEST" "stream/prop/halloween_ghostjar.ytyp"
data_file "DLC_ITYP_REQUEST" "stream/prop/halloween_jar.ytyp"
data_file "DLC_ITYP_REQUEST" "stream/prop/halloween_knife.ytyp"
data_file "DLC_ITYP_REQUEST" "stream/prop/halloween_lamp.ytyp"
data_file "DLC_ITYP_REQUEST" "stream/prop/halloween_skull.ytyp"
data_file "DLC_ITYP_REQUEST" "stream/prop/halloween_broom.ytyp"
data_file "DLC_ITYP_REQUEST" "stream/prop/firecrackers.ytyp"
data_file "DLC_ITYP_REQUEST" "stream/prop/pg_benchch.ytyp"
data_file "DLC_ITYP_REQUEST" "stream/prop/pg_blow01.ytyp"
data_file "DLC_ITYP_REQUEST" "stream/prop/pg_red01.ytyp"
data_file "DLC_ITYP_REQUEST" "stream/prop/pg_red02.ytyp"
data_file "DLC_ITYP_REQUEST" "stream/prop/pg_sign.ytyp"
data_file "DLC_ITYP_REQUEST" "stream/prop/pg_ball1.ytyp"
data_file "DLC_ITYP_REQUEST" "stream/prop/pg_sofa1.ytyp"
data_file "DLC_ITYP_REQUEST" "stream/prop/pg_sofa2.ytyp"
data_file "DLC_ITYP_REQUEST" "stream/prop/pg_flag1_v9.ytyp"
data_file "DLC_ITYP_REQUEST" "stream/prop/pg_sign1.ytyp"
data_file "DLC_ITYP_REQUEST" "stream/prop/pg_ipad.ytyp"
data_file "DLC_ITYP_REQUEST" "stream/prop/paper1.ytyp"
data_file "DLC_ITYP_REQUEST" "stream/prop/pg_flagv9.ytyp"