mirror of
https://github.com/ND-Framework/ND_Core.git
synced 2026-08-17 05:56:01 +01:00
Update fxmanifest.lua
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user