forked from hfgufjkgjkfbg/JD_logs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfxmanifest.lua
More file actions
47 lines (41 loc) · 1.46 KB
/
fxmanifest.lua
File metadata and controls
47 lines (41 loc) · 1.46 KB
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
--[[
#####################################################################
# _____ __ _ #
# | __ \ / _| | | #
# | |__) | __ ___| |_ ___ ___| |__ #
# | ___/ '__/ _ \ _/ _ \/ __| '_ \ #
# | | | | | __/ || __/ (__| | | | #
# |_| |_| \___|_| \___|\___|_| |_| #
# #
# JD_logs By Prefech 01-11-2021 #
# www.prefech.com #
# #
#####################################################################
]]
version '2.1.7.12b'
author 'Prefech'
description 'FXServer logs to Discord (https://prefech.com/)'
repository 'https://github.com/prefech/JD_logs'
-- Server Scripts
server_scripts {
'server/server.lua',
'server/functions.lua',
'server/explotions.lua',
'server/serverAC.lua',
'config/notifications.lua'
}
--Client Scripts
client_scripts {
'client/client.lua',
'client/functions.lua',
'client/weapons.lua',
'client/clientAC.lua'
}
files {
'config/eventLogs.json',
'config/config.json',
'locals/*.json'
}
lua54 'yes'
game 'gta5'
fx_version 'cerulean'