From 42ad2d4a604557d836475aa48d48affe50ef580b Mon Sep 17 00:00:00 2001 From: PLOKMJNB Date: Mon, 2 Nov 2020 11:06:51 -0500 Subject: [PATCH] more --- resources/[managers]/mapmanager/fxmanifest.lua | 4 ++++ resources/[managers]/spawnmanager/fxmanifest.lua | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/resources/[managers]/mapmanager/fxmanifest.lua b/resources/[managers]/mapmanager/fxmanifest.lua index 4c75e86..5b83185 100644 --- a/resources/[managers]/mapmanager/fxmanifest.lua +++ b/resources/[managers]/mapmanager/fxmanifest.lua @@ -1,3 +1,7 @@ +-- 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 'Mapmanager is an included citizenfx resource that handles map changes, game types, and compatability between gametypes and maps.' repository 'https://github.com/citizenfx/cfx-server-data' diff --git a/resources/[managers]/spawnmanager/fxmanifest.lua b/resources/[managers]/spawnmanager/fxmanifest.lua index 6711bf1..34bd63b 100644 --- a/resources/[managers]/spawnmanager/fxmanifest.lua +++ b/resources/[managers]/spawnmanager/fxmanifest.lua @@ -1,3 +1,7 @@ +-- 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 'The spawnmanager is a base resource that handles the spawning of the player. It allows you to choose when and where to spawn the player and also control how they respawn' repository 'https://github.com/citizenfx/cfx-server-data'