Create fxmanifest.lua

This commit is contained in:
Andyyy7666
2021-12-26 21:04:21 +01:00
committed by GitHub
parent f9943b24ab
commit 707b9b51f3

View File

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