mirror of
https://github.com/ND-Framework/ND_Core.git
synced 2026-08-17 13:56:02 +01:00
15 lines
264 B
Lua
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.1"
|
|
|
|
fx_version "cerulean"
|
|
game "gta5"
|
|
|
|
server_script "server.lua"
|
|
client_scripts {
|
|
"config.lua",
|
|
"client.lua"
|
|
}
|