-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathfxmanifest.lua
57 lines (48 loc) · 934 Bytes
/
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
fx_version 'adamant'
game 'gta5'
description 'ESX OD Animal'
version '1.3.0'
ui_page 'html/ui.html'
server_scripts {
'@mysql-async/lib/MySQL.lua',
'@es_extended/locale.lua',
'locales/fr.lua',
'locales/sv.lua',
'locales/en.lua',
'locales/vn.lua',
'config.lua',
'server/main.lua'
}
client_scripts {
'@es_extended/locale.lua',
'locales/fr.lua',
'locales/sv.lua',
'locales/en.lua',
'locales/vn.lua',
'config.lua',
'client/main.lua'
}
files {
'html/ui.html',
'html/css/style.css',
'html/fonts/UVNBaiSau_R.ttf',
'html/js/script.js',
'html/img/button/buy.png',
'html/img/button/buy_hover.png',
--PET
'html/img/berger.png',
'html/img/caniche.png',
'html/img/carlin.png',
'html/img/chat.png',
'html/img/chien.png',
'html/img/chop.png',
'html/img/cochon.png',
'html/img/husky.png',
'html/img/lapin.png',
'html/img/retriever.png',
'html/img/westie.png',
}
dependencies {
'es_extended',
'esx_shops'
}