1
0
mirror of https://github.com/citizenfx/cfx-server-data.git synced 2026-05-24 15:30:09 +08:00

system resources: added fxmanifest meta tags

This commit is contained in:
Andre Tabarra
2020-11-04 12:34:03 -03:00
Unverified
parent 42ad2d4a60
commit ce4bec2f2a
9 changed files with 60 additions and 6 deletions
@@ -1,3 +1,11 @@
-- This resource is part of the default FiveM/RedM resource pack (aka cfx-server-data)
-- Modifying or rewriting this resource for local use only is strongly discouraged.
version '1.0.0'
author 'The CitizenFX Collective'
description 'Builds resources with webpack. To know more: https://webpack.js.org'
repository 'https://github.com/citizenfx/cfx-server-data'
dependency 'yarn'
server_script 'webpack_builder.js'
@@ -1,3 +1,11 @@
-- This resource is part of the default FiveM/RedM resource pack (aka cfx-server-data)
-- Modifying or rewriting this resource for local use only is strongly discouraged.
version '1.0.0'
author 'The CitizenFX Collective'
description 'Builds resources with yarn. To know more: https://yarnpkg.com'
repository 'https://github.com/citizenfx/cfx-server-data'
fx_version 'adamant'
game 'common'
+1 -1
View File
@@ -3,7 +3,7 @@
version '1.0.0'
author 'The CitizenFX Collective'
description 'This resource adds basic events for developers to use in their scripts. Some third party resources may depend on this resource, if this is the case then you must start this resource before starting that third party resource.'
description 'Adds basic events for developers to use in their scripts. Some third party resources may depend on this resource.'
repository 'https://github.com/citizenfx/cfx-server-data'
client_script 'deathevents.lua'
@@ -1,3 +1,11 @@
-- This resource is part of the default FiveM/RedM resource pack (aka cfx-server-data)
-- Modifying or rewriting this resource for local use only is strongly discouraged.
version '1.0.0'
author 'The CitizenFX Collective'
description 'Limits the number of players to the one set in sv_maxclients.'
repository 'https://github.com/citizenfx/cfx-server-data'
client_script 'client.lua'
server_script 'server.lua'
@@ -1,3 +1,11 @@
-- This resource is part of the default FiveM/RedM resource pack (aka cfx-server-data)
-- Modifying or rewriting this resource for local use only is strongly discouraged.
version '1.0.0'
author 'The CitizenFX Collective'
description 'Currently this resource does nothing. It used to be a log accessible via HTTP.'
repository 'https://github.com/citizenfx/cfx-server-data'
client_script 'rconlog_client.lua'
server_script 'rconlog_server.lua'
+10 -4
View File
@@ -1,17 +1,23 @@
-- This resource is part of the default FiveM/RedM resource pack (aka cfx-server-data)
-- Modifying or rewriting this resource for local use only is strongly discouraged.
version '1.0.0'
author 'The CitizenFX Collective'
description 'Allows server owners to execute arbitrary server-side or client-side NodeJS/Lua code. Consider only enabling it in development servers.'
repository 'https://github.com/citizenfx/cfx-server-data'
resource_manifest_version '44febabe-d386-4d18-afbe-5e627f4af937'
client_script 'runcode_cl.lua'
server_script 'runcode_sv.lua'
server_script 'runcode_web.lua'
shared_script 'runcode_shared.lua'
shared_script 'runcode.js'
resource_manifest_version '44febabe-d386-4d18-afbe-5e627f4af937'
client_script 'runcode_ui.lua'
ui_page 'web/nui.html'
files {
'web/nui.html'
}
+1 -1
View File
@@ -3,7 +3,7 @@
version '1.0.0'
author 'The CitizenFX Collective'
description 'Scoreboard'
description 'Basic player scoreboard.'
repository 'https://github.com/citizenfx/cfx-server-data'
-- temporary!
@@ -1,3 +1,11 @@
-- This resource is part of the default FiveM/RedM resource pack (aka cfx-server-data)
-- Modifying or rewriting this resource for local use only is strongly discouraged.
version '1.0.0'
author 'The CitizenFX Collective'
-- description '????'
repository 'https://github.com/citizenfx/cfx-server-data'
fx_version 'adamant'
game 'common'
@@ -1,3 +1,11 @@
-- This resource is part of the default FiveM/RedM resource pack (aka cfx-server-data)
-- Modifying or rewriting this resource for local use only is strongly discouraged.
version '1.0.0'
author 'The CitizenFX Collective'
-- description '????'
repository 'https://github.com/citizenfx/cfx-server-data'
resource_manifest_version '77731fab-63ca-442c-a67b-abc70f28dfa5'
server_script 'server/host_lock.lua'