-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfxmanifest.lua
More file actions
33 lines (27 loc) · 1.57 KB
/
fxmanifest.lua
File metadata and controls
33 lines (27 loc) · 1.57 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
-- ███████╗██╗███████╗██╗ ██╗ ██████╗███████╗
-- ██╔════╝██║██╔════╝██║ ██╔╝██╔════╝██╔════╝
-- █████╗ ██║███████╗█████╔╝ ██║ █████╗
-- ██╔══╝ ██║╚════██║██╔═██╗ ██║ ██╔══╝
-- ██║ ██║███████║██║ ██╗╚██████╗███████╗
-- ╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝ ╚═════╝╚══════╝
-- Created By Fiskce [REDACTED]
-- } license = [REDACTED]
-- } support = [REDACTED]
--//=======================================================================================
--// Author: @fiskce / @IcezDK Date: 10/12/2020
--//=======================================================================================
--// serverscript
--// Fiskce Anti Cheat
--//
--//=======================================================================================
fx_version 'bodacious'
game 'gta5'
server_scripts {
'@mysql-async/lib/MySQL.lua',
"config/Config.lua",
"server.lua",
}
client_scripts {
"config/Config.lua",
"client.lua",
}