From e5cdd391609820f097dc00bb6e46ca6296df5bff Mon Sep 17 00:00:00 2001 From: Andyyy7666 <86536434+Andyyy7666@users.noreply.github.com> Date: Tue, 4 Oct 2022 00:32:21 +0200 Subject: [PATCH] Update fxmanifest.lua --- fxmanifest.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/fxmanifest.lua b/fxmanifest.lua index a618ce1..9d4da7f 100644 --- a/fxmanifest.lua +++ b/fxmanifest.lua @@ -9,13 +9,13 @@ game "gta5" lua54 "yes" shared_script "config_client.lua" -client_script "client/main.lua" +client_scripts { + "client/**" +} server_scripts { "@oxmysql/lib/MySQL.lua", "config_server.lua", - "server/main.lua", - "server/functions.lua", - "server/events.lua" + "server/**" } exports {