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'