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'