mirror of
https://github.com/ND-Framework/ND_Core.git
synced 2026-08-17 22:06:02 +01:00
Update fxmanifest.lua
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
-- For support join my discord: https://discord.gg/Z9Mxu72zZ6
|
||||
|
||||
version "1.0"
|
||||
version "1.2"
|
||||
description "Jail tablet"
|
||||
author "Andyyy#7666"
|
||||
|
||||
@@ -8,11 +8,6 @@ fx_version "cerulean"
|
||||
game "gta5"
|
||||
lua54 "yes"
|
||||
|
||||
escrow_ignore {
|
||||
"config_client.lua",
|
||||
"config_server.lua"
|
||||
}
|
||||
|
||||
ui_page "source/ui/index.html"
|
||||
|
||||
files {
|
||||
@@ -22,9 +17,9 @@ files {
|
||||
"source/ui/style.css"
|
||||
}
|
||||
|
||||
shared_script "config_client.lua"
|
||||
server_scripts {
|
||||
"source/server.lua",
|
||||
"config_server.lua"
|
||||
}
|
||||
shared_script "config_client.lua"
|
||||
client_script "source/client.lua"
|
||||
|
||||
Reference in New Issue
Block a user