From 5bb62ab7c5f0465e3245419c4923926bf72fccaa Mon Sep 17 00:00:00 2001 From: Andre Tabarra Date: Wed, 4 Nov 2020 13:00:14 -0300 Subject: [PATCH] gameplay resources: added fxmanifest meta tags --- .../[examples]/money-fountain-example-map/fxmanifest.lua | 2 +- resources/[gameplay]/[examples]/money-fountain/fxmanifest.lua | 2 +- resources/[gameplay]/[examples]/money/fxmanifest.lua | 2 +- .../[gameplay]/[examples]/ped-money-drops/fxmanifest.lua | 2 +- resources/[gameplay]/chat-theme-gtao/fxmanifest.lua | 4 ++-- resources/[gameplay]/chat/fxmanifest.lua | 2 +- resources/[gameplay]/player-data/fxmanifest.lua | 2 +- resources/[gameplay]/playernames/fxmanifest.lua | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/resources/[gameplay]/[examples]/money-fountain-example-map/fxmanifest.lua b/resources/[gameplay]/[examples]/money-fountain-example-map/fxmanifest.lua index 8a3f457..4749510 100644 --- a/resources/[gameplay]/[examples]/money-fountain-example-map/fxmanifest.lua +++ b/resources/[gameplay]/[examples]/money-fountain-example-map/fxmanifest.lua @@ -2,7 +2,7 @@ -- Modifying or rewriting this resource for local use only is strongly discouraged. version '1.0.0' -description 'An example map for the example money system client containing a money fountain.' +-- description '????' repository 'https://github.com/citizenfx/cfx-server-data' author 'The CitizenFX Collective' diff --git a/resources/[gameplay]/[examples]/money-fountain/fxmanifest.lua b/resources/[gameplay]/[examples]/money-fountain/fxmanifest.lua index 4d61a26..a75e949 100644 --- a/resources/[gameplay]/[examples]/money-fountain/fxmanifest.lua +++ b/resources/[gameplay]/[examples]/money-fountain/fxmanifest.lua @@ -2,7 +2,7 @@ -- Modifying or rewriting this resource for local use only is strongly discouraged. version '1.0.0' -description 'An example money system client containing a money fountain.' +-- description '????' repository 'https://github.com/citizenfx/cfx-server-data' author 'The CitizenFX Collective' diff --git a/resources/[gameplay]/[examples]/money/fxmanifest.lua b/resources/[gameplay]/[examples]/money/fxmanifest.lua index 6268677..c68c669 100644 --- a/resources/[gameplay]/[examples]/money/fxmanifest.lua +++ b/resources/[gameplay]/[examples]/money/fxmanifest.lua @@ -2,7 +2,7 @@ -- Modifying or rewriting this resource for local use only is strongly discouraged. version '1.0.0' -description 'An example money system using KVS.' +-- description '????' repository 'https://github.com/citizenfx/cfx-server-data' author 'The CitizenFX Collective' diff --git a/resources/[gameplay]/[examples]/ped-money-drops/fxmanifest.lua b/resources/[gameplay]/[examples]/ped-money-drops/fxmanifest.lua index b56876e..a5cf33b 100644 --- a/resources/[gameplay]/[examples]/ped-money-drops/fxmanifest.lua +++ b/resources/[gameplay]/[examples]/ped-money-drops/fxmanifest.lua @@ -2,7 +2,7 @@ -- Modifying or rewriting this resource for local use only is strongly discouraged. version '1.0.0' -description 'An example money system client.' +-- description '????' author 'The CitizenFX Collective' repository 'https://github.com/citizenfx/cfx-server-data' diff --git a/resources/[gameplay]/chat-theme-gtao/fxmanifest.lua b/resources/[gameplay]/chat-theme-gtao/fxmanifest.lua index 21dbb14..e04e361 100644 --- a/resources/[gameplay]/chat-theme-gtao/fxmanifest.lua +++ b/resources/[gameplay]/chat-theme-gtao/fxmanifest.lua @@ -2,9 +2,9 @@ -- Modifying or rewriting this resource for local use only is strongly discouraged. version '1.0.0' -description 'A GTA Online theme for the included default chat resource' -repository 'https://github.com/citizenfx/cfx-server-data' author 'The CitizenFX Collective' +description 'A GTA Online theme for the included default chat resource.' +repository 'https://github.com/citizenfx/cfx-server-data' file 'style.css' file 'shadow.js' diff --git a/resources/[gameplay]/chat/fxmanifest.lua b/resources/[gameplay]/chat/fxmanifest.lua index cf247ed..baeac9b 100644 --- a/resources/[gameplay]/chat/fxmanifest.lua +++ b/resources/[gameplay]/chat/fxmanifest.lua @@ -3,7 +3,7 @@ version '1.0.0' author 'The CitizenFX Collective' -description 'The chat resource provides custom chat functionality for FiveM using a NUI-based interface. It is included and maintained at the cfx-server-data repository.' +description 'Provides custom chat functionality for FiveM using a NUI-based interface.' repository 'https://github.com/citizenfx/cfx-server-data' ui_page 'dist/ui.html' diff --git a/resources/[gameplay]/player-data/fxmanifest.lua b/resources/[gameplay]/player-data/fxmanifest.lua index 621b97c..019226d 100644 --- a/resources/[gameplay]/player-data/fxmanifest.lua +++ b/resources/[gameplay]/player-data/fxmanifest.lua @@ -2,7 +2,7 @@ -- Modifying or rewriting this resource for local use only is strongly discouraged. version '1.0.0' -description 'A basic resource for storing player identifiers.' +description 'Basic resource to showcase player identifier storage.' author 'The CitizenFX Collective' repository 'https://github.com/citizenfx/cfx-server-data' diff --git a/resources/[gameplay]/playernames/fxmanifest.lua b/resources/[gameplay]/playernames/fxmanifest.lua index 93b4160..76acd58 100644 --- a/resources/[gameplay]/playernames/fxmanifest.lua +++ b/resources/[gameplay]/playernames/fxmanifest.lua @@ -2,8 +2,8 @@ -- Modifying or rewriting this resource for local use only is strongly discouraged. version '1.0.0' -description 'A basic resource for displaying player names.' author 'The CitizenFX Collective' +description 'A basic resource for displaying player names.' repository 'https://github.com/citizenfx/cfx-server-data' -- add scripts