Files
ND_Core/ND_ShotSpotter/fxmanifest.lua
2021-12-26 21:04:21 +01:00

15 lines
264 B
Lua

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