-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathfxmanifest.lua
More file actions
46 lines (37 loc) · 1016 Bytes
/
fxmanifest.lua
File metadata and controls
46 lines (37 loc) · 1016 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
45
46
----------------------- [ FXCore ] -----------------------
-- GitLab: https://git.thymonarens.nl/ThymonA/fx_core/
-- GitHub: https://github.com/ThymonA/FXCore/
-- License: GNU General Public License v3.0
-- https://choosealicense.com/licenses/gpl-3.0/
-- Author: ThymonA
-- Name: FXCore
-- Version: 1.0.0
-- Description: Custom FiveM Framework
----------------------- [ FXCore ] -----------------------
fx_version 'adamant'
game 'gta5'
name 'FXCore'
description 'Custom FiveM Framework'
author 'ThymonA'
contact 'contact@thymonarens.nl'
url 'https://github.com/ThymonA/FXCore'
version '1.0.0'
server_scripts {
'shared/functions.lua',
'vendors/MySQL.lua',
'vendors/regex.lua',
'vendors/class.lua',
'configs/shared_config.lua',
'configs/server_config.lua',
'shared/common.lua',
'shared/functions.lua',
'libs/events.lua',
'libs/modules.lua',
'libs/resources.lua',
'server/functions.lua',
'server/main.lua'
}
modules {
'identifiers',
'logs'
}