-
Notifications
You must be signed in to change notification settings - Fork 20
/
fxmanifest.lua
58 lines (48 loc) · 993 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
58
fx_version 'bodacious'
game 'gta5'
lua54 'yes'
author 'EF Development'
description 'Edits and UI designed by BlasterSuraj'
version '2.1.0'
discord 'https://discord.gg/WbDp5GQ45t'
-- scriptname 'ef-phone'
ui_page 'html/index.html'
shared_scripts {
'config.lua',
'@qb-apartments/config.lua',
-- '@qb-garages/config.lua',
}
-- client_scripts {
-- 'code/animation.lua',
-- 'code/client.lua',
-- 'code/c_ping.lua',
-- }
-- server_scripts {
-- '@oxmysql/lib/MySQL.lua',
-- 'code/server.lua',
-- 'code/s_ping.lua'
-- }
client_scripts {
'client/main.lua',
'client/animation.lua',
'app/c_ping.lua'
}
server_scripts {
'@oxmysql/lib/MySQL.lua',
'server/main.lua',
'app/s_ping.lua'
}
files {
'html/*.html',
'html/js/*.js',
'html/img/*.png',
'html/img/*.jpg',
'html/img/*.webp',
'html/css/*.css',
'html/img/backgrounds/*.png',
'html/img/apps/*.png',
}
escrow_ignore{
'config.lua',
'code/*.lua',
}