-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathfxmanifest.lua
47 lines (39 loc) · 1.34 KB
/
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
--[[
#####################################################################
# _____ __ _ #
# | __ \ / _| | | #
# | |__) | __ ___| |_ ___ ___| |__ #
# | ___/ '__/ _ \ _/ _ \/ __| '_ \ #
# | | | | | __/ || __/ (__| | | | #
# |_| |_| \___|_| \___|\___|_| |_| #
# #
# www.prefech.com #
# #
#####################################################################
]]
version '3.1.4'
author 'Prefech'
description 'FXServer logs to Discord (https://prefech.com/)'
repository 'https://github.com/prefech/JD_logsV3'
dependency 'yarn'
dependency 'screenshot-basic'
-- Server Scripts
server_scripts {
'server/explosions.lua',
'server/main.lua',
'server/functions.lua',
'server/commands.lua',
'server/txAdminEvents.lua',
'index.js'
}
--Client Scripts
client_scripts {
'client/clientTables.lua',
'client/main.lua'
}
files {
'lang/*.json'
}
lua54 'yes'
game 'gta5'
fx_version 'cerulean'