From ba6b50e227875b6cd9d3214ce878e0ad1f030043 Mon Sep 17 00:00:00 2001 From: Andre Tabarra Date: Wed, 4 Nov 2020 13:40:09 -0300 Subject: [PATCH] test resources: added fxmanifest meta tags --- resources/[test]/example-loadscreen/__resource.lua | 2 +- resources/[test]/fivem/fxmanifest.lua | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/resources/[test]/example-loadscreen/__resource.lua b/resources/[test]/example-loadscreen/__resource.lua index 10c5182..3417385 100644 --- a/resources/[test]/example-loadscreen/__resource.lua +++ b/resources/[test]/example-loadscreen/__resource.lua @@ -3,7 +3,7 @@ version '1.0.0' author 'The CitizenFX Collective' -description 'This resource adds an example loadingscreen.' +description 'Example loadingscreen.' repository 'https://github.com/citizenfx/cfx-server-data' files { diff --git a/resources/[test]/fivem/fxmanifest.lua b/resources/[test]/fivem/fxmanifest.lua index 19ddcc7..0d91eeb 100644 --- a/resources/[test]/fivem/fxmanifest.lua +++ b/resources/[test]/fivem/fxmanifest.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 'Empty resource to require basic-gamemode.' +repository 'https://github.com/citizenfx/cfx-server-data' + -- compatibility wrapper fx_version 'adamant' game 'common'