From dbdd474310dcfd4ae93ad3518b2bf44e62506dd0 Mon Sep 17 00:00:00 2001 From: astatine Date: Tue, 10 Dec 2019 11:01:48 +0100 Subject: [PATCH] add compatibility `fivem` game mode --- resources/[test]/fivem/fxmanifest.lua | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 resources/[test]/fivem/fxmanifest.lua diff --git a/resources/[test]/fivem/fxmanifest.lua b/resources/[test]/fivem/fxmanifest.lua new file mode 100644 index 0000000..19ddcc7 --- /dev/null +++ b/resources/[test]/fivem/fxmanifest.lua @@ -0,0 +1,5 @@ +-- compatibility wrapper +fx_version 'adamant' +game 'common' + +dependency 'basic-gamemode' \ No newline at end of file