From 707b9b51f325d1e3e83d6af347f113b8060ee533 Mon Sep 17 00:00:00 2001 From: Andyyy7666 <86536434+Andyyy7666@users.noreply.github.com> Date: Sun, 26 Dec 2021 21:04:21 +0100 Subject: [PATCH] Create fxmanifest.lua --- ND_ShotSpotter/fxmanifest.lua | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 ND_ShotSpotter/fxmanifest.lua diff --git a/ND_ShotSpotter/fxmanifest.lua b/ND_ShotSpotter/fxmanifest.lua new file mode 100644 index 0000000..f468488 --- /dev/null +++ b/ND_ShotSpotter/fxmanifest.lua @@ -0,0 +1,14 @@ +-- For support join my discord: https://discord.gg/Z9Mxu72zZ6 + +author "Andyyy#7666" +description "Shot Spotter Script (ND Framework)" +version "1.0" + +fx_version "cerulean" +game "gta5" + +server_script "server.lua" +client_scripts { + "config.lua", + "client.lua" +}