From ee887090435614cfeb5f522c82dc83351e6a5b9d Mon Sep 17 00:00:00 2001 From: Andyyy7666 <86536434+Andyyy7666@users.noreply.github.com> Date: Sun, 16 Jul 2023 12:30:35 +0200 Subject: [PATCH] update: fxmanifest. --- fxmanifest.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/fxmanifest.lua b/fxmanifest.lua index 7632cee..28d155c 100644 --- a/fxmanifest.lua +++ b/fxmanifest.lua @@ -8,6 +8,7 @@ fx_version "cerulean" game "gta5" lua54 "yes" +shared_script "@ox_lib/init.lua" client_scripts { "client/main.lua", "shared/functions.lua", @@ -23,6 +24,7 @@ server_scripts { "server/vehicle.lua", "server/functions.lua" } -shared_script "init.lua" + +file "init.lua" dependency "oxmysql"