2022-03-10 23:09:49 +01:00
|
|
|
-- For support join my discord: https://discord.gg/Z9Mxu72zZ6
|
2022-03-10 18:25:57 +01:00
|
|
|
|
|
|
|
|
author "Andyyy#7666"
|
2022-07-08 23:18:25 +02:00
|
|
|
description "ND Framework Jailing"
|
|
|
|
|
version "2.0.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"
|
|
|
|
|
}
|