Update fxmanifest.lua

This commit is contained in:
Andyyy7666
2022-03-17 22:30:55 +01:00
committed by GitHub
parent d08c46d523
commit cabc2d02dd

View File

@@ -1,6 +1,6 @@
-- For support join my discord: https://discord.gg/Z9Mxu72zZ6 -- For support join my discord: https://discord.gg/Z9Mxu72zZ6
version "1.0" version "1.2"
description "Jail tablet" description "Jail tablet"
author "Andyyy#7666" author "Andyyy#7666"
@@ -8,11 +8,6 @@ fx_version "cerulean"
game "gta5" game "gta5"
lua54 "yes" lua54 "yes"
escrow_ignore {
"config_client.lua",
"config_server.lua"
}
ui_page "source/ui/index.html" ui_page "source/ui/index.html"
files { files {
@@ -22,9 +17,9 @@ files {
"source/ui/style.css" "source/ui/style.css"
} }
shared_script "config_client.lua"
server_scripts { server_scripts {
"source/server.lua", "source/server.lua",
"config_server.lua" "config_server.lua"
} }
shared_script "config_client.lua"
client_script "source/client.lua" client_script "source/client.lua"