From 33e7d30a36761cd7afd2469a69f9ac4854fd3a00 Mon Sep 17 00:00:00 2001 From: nomisum Date: Fri, 5 Oct 2018 17:53:40 +0200 Subject: [PATCH] added rosche --- cfgIslands.hpp | 10 ++++++++++ compatibleIslands.txt | Bin 718 -> 738 bytes player/teleportPlayer.sqf | 2 +- 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/cfgIslands.hpp b/cfgIslands.hpp index 3d2005a2..cf665e91 100644 --- a/cfgIslands.hpp +++ b/cfgIslands.hpp @@ -304,6 +304,16 @@ class CfgIslands { previewCamTarget[] = {3853,4930,0}; }; + class WL_Rosche { + displayName = "Rosche"; + type = "european"; + isWoodland = true; + spawnPosBlu[] = {552,4759,0}; + spawnPosOpf[] = {940,3239,0}; + previewCamPos[] = {3939,4968,0}; + previewCamTarget[] = {3853,4930,0}; + }; + class ruha { displayName = "Ruha"; type = "european"; diff --git a/compatibleIslands.txt b/compatibleIslands.txt index b119265c2c5ec1c2231b30bc19b853475d1ce841..221ca11ee24ce47583aa8a3be026789a6a2d5e83 100644 GIT binary patch delta 29 kcmX@d`iOPI5+=cL1|Noah9ZW1hGK?fh75+($qSiu0fUbS3jhEB delta 11 ScmaFFdX9C&5~j&Jn6v;Mtptbw diff --git a/player/teleportPlayer.sqf b/player/teleportPlayer.sqf index d3af796d..74a5691c 100644 --- a/player/teleportPlayer.sqf +++ b/player/teleportPlayer.sqf @@ -25,4 +25,4 @@ player allowDamage true; sleep 1; cutText ["", "PLAIN"]; -["
Breaking Contact",0,0,2,2] spawn BIS_fnc_dynamicText; +["
Breaking Contact - Public Event",0,0,2,2] spawn BIS_fnc_dynamicText;