Files
ND_Core/ND_Jailing/fxmanifest.lua

25 lines
491 B
Lua
Raw Normal View History

2022-07-15 22:55:04 -04:00
-- For support join my discord: https://discord.gg/Z9Mxu72zZ6
2022-03-10 18:25:57 +01:00
2022-07-23 00:06:20 -04:00
author "Andyyy#7666, N1K0#0001"
2022-07-08 23:18:25 +02:00
description "ND Framework Jailing"
version "2.2.0"
2022-03-10 18:25:57 +01:00
fx_version "cerulean"
game "gta5"
lua54 "yes"
files {
"source/ui/index.html",
2022-07-08 23:18:25 +02:00
"source/ui/script.js",
2022-03-10 18:25:57 +01:00
"source/ui/style.css"
}
2022-07-08 23:18:25 +02:00
ui_page "source/ui/index.html"
2022-03-10 18:25:57 +01:00
2022-03-17 22:30:55 +01:00
shared_script "config_client.lua"
2022-03-10 23:09:49 +01:00
client_script "source/client.lua"
2022-07-08 23:18:25 +02:00
server_scripts {
"config_server.lua",
"source/server.lua"
}
dependency "ND_Core"