From 9b0de65e942cc5771b6c83f6dea7bcf0ab36a331 Mon Sep 17 00:00:00 2001 From: Nordi98 Date: Sat, 26 Jul 2025 06:44:14 +0200 Subject: [PATCH] Create fxmanifest.lua --- .../[standalone]/nordi_tdm/fxmanifest.lua | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 resources/[standalone]/nordi_tdm/fxmanifest.lua diff --git a/resources/[standalone]/nordi_tdm/fxmanifest.lua b/resources/[standalone]/nordi_tdm/fxmanifest.lua new file mode 100644 index 000000000..f080f9ff0 --- /dev/null +++ b/resources/[standalone]/nordi_tdm/fxmanifest.lua @@ -0,0 +1,27 @@ +fx_version 'cerulean' +game 'gta5' + +author 'YourName' +description 'TeamDeathmatch System für QBCore' +version '1.0.0' + +shared_scripts { + '@ox_lib/init.lua', + 'config.lua' +} + +client_scripts { + 'client.lua' +} + +server_scripts { + 'server.lua' +} + +dependencies { + 'qb-core', + 'ox_lib', + 'qb-target' +} + +lua54 'yes'