From 4b1f3f5b5044a56ccc8eb19905e39db4b8b9d280 Mon Sep 17 00:00:00 2001 From: Andre Tabarra Date: Wed, 4 Nov 2020 13:35:31 -0300 Subject: [PATCH] gameplay example resources: reverted descriptions --- .../[examples]/money-fountain-example-map/fxmanifest.lua | 2 +- resources/[gameplay]/[examples]/money-fountain/fxmanifest.lua | 2 +- resources/[gameplay]/[examples]/money/fxmanifest.lua | 2 +- resources/[gameplay]/[examples]/ped-money-drops/fxmanifest.lua | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/[gameplay]/[examples]/money-fountain-example-map/fxmanifest.lua b/resources/[gameplay]/[examples]/money-fountain-example-map/fxmanifest.lua index 4749510..72d6690 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 '????' +description 'An example money system fountain spawn point.' 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 a75e949..4d61a26 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 '????' +description 'An example money system client containing a money fountain.' 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 c68c669..6268677 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 '????' +description 'An example money system using KVS.' 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 a5cf33b..b56876e 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 '????' +description 'An example money system client.' author 'The CitizenFX Collective' repository 'https://github.com/citizenfx/cfx-server-data'