-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathfxmanifest.lua
More file actions
25 lines (25 loc) · 876 Bytes
/
fxmanifest.lua
File metadata and controls
25 lines (25 loc) · 876 Bytes
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
-----------------------------------------------------------------------------------------------------------------
-- info
-----------------------------------------------------------------------------------------------------------------
version '1.0.0'
author 'Hoang Phan <hoangpn@live.com>'
description 'Betting'
fx_version 'cerulean'
game 'gta5'
-----------------------------------------------------------------------------------------------------------------
-- configs
-----------------------------------------------------------------------------------------------------------------
shared_scripts {
'h.lua',
}
client_scripts {
'c.lua',
}
server_scripts {
'@oxmysql/lib/MySQL.lua',
's.lua',
}
files {
'**.html', '**.css', '**.js', '**.jpg', '**.png', '**.eot', '**.svg', '**.ttf', '**.woff', '**.woff2'
}
ui_page 'u/ui.html'