From c3d2d8ad73e1f96fbccaec02eba3ffb1517ddabf Mon Sep 17 00:00:00 2001 From: Andyyy7666 <86536434+Andyyy7666@users.noreply.github.com> Date: Wed, 12 Jul 2023 04:53:14 +0200 Subject: [PATCH] Update fxmanifest.lua --- fxmanifest.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/fxmanifest.lua b/fxmanifest.lua index b58afdc..7632cee 100644 --- a/fxmanifest.lua +++ b/fxmanifest.lua @@ -11,14 +11,16 @@ lua54 "yes" client_scripts { "client/main.lua", "shared/functions.lua", + "client/vehicle.lua", "client/functions.lua", - "client/events.lua", + "client/events.lua" } server_scripts { "@oxmysql/lib/MySQL.lua", "server/main.lua", "shared/functions.lua", "server/player.lua", + "server/vehicle.lua", "server/functions.lua" } shared_script "init.lua"