From 3cb7418ada87de1f1f261aafc409f286909b3dc2 Mon Sep 17 00:00:00 2001 From: Andyyy7666 <86536434+Andyyy7666@users.noreply.github.com> Date: Fri, 8 Jul 2022 23:16:10 +0200 Subject: [PATCH] Update fxmanifest.lua --- ND_ShotSpotter/fxmanifest.lua | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/ND_ShotSpotter/fxmanifest.lua b/ND_ShotSpotter/fxmanifest.lua index 0321430..942d674 100644 --- a/ND_ShotSpotter/fxmanifest.lua +++ b/ND_ShotSpotter/fxmanifest.lua @@ -2,13 +2,19 @@ author "Andyyy#7666" description "Shot Spotter Script (ND Framework)" -version "1.1" +version "2.0.0" fx_version "cerulean" game "gta5" +lua54 "yes" -server_script "server.lua" -client_scripts { - "config.lua", - "client.lua" +server_scripts { + "config_server.lua", + "source/server.lua" } +client_scripts { + "config_client.lua", + "source/client.lua" +} + +dependency "ND_Core"