-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path__resource.lua
More file actions
35 lines (31 loc) · 1.13 KB
/
__resource.lua
File metadata and controls
35 lines (31 loc) · 1.13 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
fx_version 'cerulean'
game 'gta5'
client_scripts {
'NativeUI.lua',
'Config.lua',
'Client/*.lua'
}
ui_page 'ui/index.html'
files {
'ui/index.html',
'ui/styles.css',
'ui/script.js',
'ui/debug.js'
}
-- Archivos YTYP
data_file 'DLC_ITYP_REQUEST' 'badge1.ytyp'
data_file 'DLC_ITYP_REQUEST' 'copbadge.ytyp'
data_file 'DLC_ITYP_REQUEST' 'stream/prideprops_ytyp.ytyp'
data_file 'DLC_ITYP_REQUEST' 'lilflags_ytyp.ytyp'
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' 'apple_1.ytyp'
data_file 'DLC_ITYP_REQUEST' 'stream/bzzz_food_icecream_pack.ytyp'
data_file 'DLC_ITYP_REQUEST' 'stream/bzzz_food_dessert_a.ytyp'
data_file 'DLC_ITYP_REQUEST' 'stream/ultra_ringcase.ytyp'
data_file 'DLC_ITYP_REQUEST' 'stream/Props/bz_prop_gift.ytyp'
data_file 'DLC_ITYP_REQUEST' 'stream/Props/bz_prop_gift2.ytyp'
data_file 'DLC_ITYP_REQUEST' 'stream/Props/bz_prop_milka.ytyp'
data_file 'DLC_ITYP_REQUEST' 'stream/Props/bz_prop_jewel.ytyp'
data_file 'DLC_ITYP_REQUEST' 'stream/Props/quicktrip2.ytyp'