From 57451a9a3d160931f7f070c5315c62f7a4602c2a Mon Sep 17 00:00:00 2001 From: Ducker Date: Fri, 9 Apr 2021 18:49:14 -0700 Subject: [PATCH 1/2] Update _resource to fxmanifest --- .../[system]/baseevents/{__resource.lua => fxmanifest.lua} | 3 +++ 1 file changed, 3 insertions(+) rename resources/[system]/baseevents/{__resource.lua => fxmanifest.lua} (90%) diff --git a/resources/[system]/baseevents/__resource.lua b/resources/[system]/baseevents/fxmanifest.lua similarity index 90% rename from resources/[system]/baseevents/__resource.lua rename to resources/[system]/baseevents/fxmanifest.lua index f3caa36e5..a51f5e202 100644 --- a/resources/[system]/baseevents/__resource.lua +++ b/resources/[system]/baseevents/fxmanifest.lua @@ -1,6 +1,9 @@ -- This resource is part of the default Cfx.re asset pack (cfx-server-data) -- Altering or recreating for local use only is strongly discouraged. +fx_version 'adamant' +games { 'rdr3', 'gta5' } + version '1.0.0' author 'Cfx.re ' description 'Adds basic events for developers to use in their scripts. Some third party resources may depend on this resource.' From 1fe02198114f529045160043926ad3cf6f05207a Mon Sep 17 00:00:00 2001 From: Ducker Date: Sat, 10 Apr 2021 05:19:11 -0700 Subject: [PATCH 2/2] Removed rdr3 --- resources/[system]/baseevents/fxmanifest.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/[system]/baseevents/fxmanifest.lua b/resources/[system]/baseevents/fxmanifest.lua index a51f5e202..818dfe086 100644 --- a/resources/[system]/baseevents/fxmanifest.lua +++ b/resources/[system]/baseevents/fxmanifest.lua @@ -2,7 +2,7 @@ -- Altering or recreating for local use only is strongly discouraged. fx_version 'adamant' -games { 'rdr3', 'gta5' } +games { 'gta5' } version '1.0.0' author 'Cfx.re '