Files
ND_Core/ND_ShotSpotter/fxmanifest.lua

21 lines
355 B
Lua
Raw Normal View History

2021-12-26 21:04:21 +01:00
-- For support join my discord: https://discord.gg/Z9Mxu72zZ6
author "Andyyy#7666"
description "Shot Spotter Script (ND Framework)"
2022-07-08 23:16:10 +02:00
version "2.0.0"
2021-12-26 21:04:21 +01:00
fx_version "cerulean"
game "gta5"
2022-07-08 23:16:10 +02:00
lua54 "yes"
2021-12-26 21:04:21 +01:00
2022-07-08 23:16:10 +02:00
server_scripts {
"config_server.lua",
"source/server.lua"
}
2021-12-26 21:04:21 +01:00
client_scripts {
2022-07-08 23:16:10 +02:00
"config_client.lua",
"source/client.lua"
2021-12-26 21:04:21 +01:00
}
2022-07-08 23:16:10 +02:00
dependency "ND_Core"