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" +}