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
|
|
|
|
2022-03-17 22:30:55 +01:00
|
|
|
version "1.2"
|
2022-03-10 18:25:57 +01:00
|
|
|
description "Jail tablet"
|
|
|
|
|
author "Andyyy#7666"
|
|
|
|
|
|
|
|
|
|
fx_version "cerulean"
|
|
|
|
|
game "gta5"
|
|
|
|
|
lua54 "yes"
|
|
|
|
|
|
|
|
|
|
ui_page "source/ui/index.html"
|
|
|
|
|
|
|
|
|
|
files {
|
|
|
|
|
"source/ui/index.html",
|
|
|
|
|
"source/ui/js/jquery-3.6.0.min.js",
|
|
|
|
|
"source/ui/js/listener.js",
|
|
|
|
|
"source/ui/style.css"
|
|
|
|
|
}
|
|
|
|
|
|
2022-03-17 22:30:55 +01:00
|
|
|
shared_script "config_client.lua"
|
2022-03-10 18:25:57 +01:00
|
|
|
server_scripts {
|
|
|
|
|
"source/server.lua",
|
|
|
|
|
"config_server.lua"
|
|
|
|
|
}
|
2022-03-10 23:09:49 +01:00
|
|
|
client_script "source/client.lua"
|