2021-12-26 21:04:21 +01:00
|
|
|
-- For support join my discord: https://discord.gg/Z9Mxu72zZ6
|
|
|
|
|
|
2022-07-23 00:06:20 -04:00
|
|
|
author "Andyyy#7666, N1K0#0001"
|
2021-12-26 21:04:21 +01:00
|
|
|
description "Shot Spotter Script (ND Framework)"
|
2022-07-16 04:46:27 +02:00
|
|
|
version "2.1.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
|
|
|
|
2022-07-16 04:46:27 +02:00
|
|
|
dependency "ND_Core"
|