From cb4d16d0768402a765c505cf55716f64c1af2d52 Mon Sep 17 00:00:00 2001 From: bitpredator <67551273+bitpredator@users.noreply.github.com> Date: Sun, 28 Jan 2024 13:47:32 +0100 Subject: [PATCH] formatting code --- .../resources/[maps]/CayoTwoIslands/fxmanifest.lua | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/server-data/resources/[maps]/CayoTwoIslands/fxmanifest.lua b/server-data/resources/[maps]/CayoTwoIslands/fxmanifest.lua index eea40cefb..ba2d891c1 100644 --- a/server-data/resources/[maps]/CayoTwoIslands/fxmanifest.lua +++ b/server-data/resources/[maps]/CayoTwoIslands/fxmanifest.lua @@ -1,9 +1,9 @@ -fx_version 'cerulean' -game 'gta5' +fx_version("cerulean") +game("gta5") -name 'CayoTwoIslands' -author 'TayMcKenzieNZ' -description 'Spawns Cayo Perico alongside Los Santos' +name ("CayoTwoIslands") +author ("TayMcKenzieNZ") +description("Spawns Cayo Perico alongside Los Santos") -- Server build must be on the LATEST recommended server build. You should be checking for and updating this at least once a month -- Server MUST be on gamebuild 2189 or higher for this resource to run sucessfully