-
Notifications
You must be signed in to change notification settings - Fork 0
/
fxmanifest.lua
40 lines (34 loc) · 1.66 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
-- #######################################################
-- ##███╗░░██╗░█████╗░██╗░░░██╗███████╗░█████╗░██╗░░░░░ ##
-- ##████╗░██║██╔══██╗██║░░░██║██╔════╝██╔══██╗██║░░░░░ ##
-- ##██╔██╗██║███████║██║░░░██║█████╗░░███████║██║░░░░░ ##
-- ##██║╚████║██╔══██║██║░░░██║██╔══╝░░██╔══██║██║░░░░░ ##
-- ##██║░╚███║██║░░██║╚██████╔╝██║░░░░░██║░░██║███████╗ ##
-- ##╚═╝░░╚══╝╚═╝░░╚═╝░╚═════╝░╚═╝░░░░░╚═╝░░╚═╝╚══════╝ ##
-- #######################################################
-- Owner : Naufal Mulyarizki
-- Developer : Naufal#8714
-- Nama Lengkap : Naufal
-- Repositories Github :
--[[ FX Information ]]--
fx_version 'cerulean'
games { 'gta5' }
lua54 'yes'
--[[ Resource Information ]]--
author 'Naufal'
description 'Naufal Id Above Head'
--[[ Shared Script ]]--
shared_script {
-- '@es_extended/imports.lua',
'@ox_lib/init.lua', -- Comment ketika tidak digunakan
'shared/*.lua',
}
--[[ Client Script ]]--
client_scripts {
'client/*.lua',
}
--[[ Server Script ]]--
server_scripts {
'@mysql-async/lib/MySQL.lua',
'server/*.lua',
}