-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathfxmanifest.lua
More file actions
44 lines (37 loc) · 912 Bytes
/
fxmanifest.lua
File metadata and controls
44 lines (37 loc) · 912 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
-- _
-- | |
-- _____ _| | _____ ___ _ __
-- / __\ \ /\ / / |/ / _ \/ _ \ '_ \
-- \__ \\ V V /| < __/ __/ |_) |
-- |___/ \_/\_/ |_|\_\___|\___| .__/
-- | |
-- |_|
-- https://github.com/swkeep
fx_version 'cerulean'
games { 'gta5' }
lua54 'yes'
name 'keep-progressbar'
description 'Lightweight and customizable progress bar script for FiveM'
version '1.0.0'
author 'swkeep'
repository 'https://github.com/swkeep/keep-progressbar'
ui_page 'html/index.html'
client_scripts {
-- '@ox_lib/init.lua',
'lua/config.lua',
'lua/client.lua',
'lua/locales/*.lua',
'lua/provider.lua',
'lua/examples.lua',
}
server_scripts {
'lua/server.lua',
}
files {
'html/index.html',
'html/style.css',
'html/themes.css',
'html/script.js'
}
provide 'progressbar'
provide 'esx_progressbar'