Skip to content

Commit

Permalink
added rosche
Browse files Browse the repository at this point in the history
  • Loading branch information
nomisum committed Oct 5, 2018
1 parent f589edc commit 33e7d30
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions cfgIslands.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
Binary file modified compatibleIslands.txt
Binary file not shown.
2 changes: 1 addition & 1 deletion player/teleportPlayer.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ player allowDamage true;
sleep 1;
cutText ["", "PLAIN"];

["<img size= '6' shadow='false' image='pic\bdr3cb101.paa'/><br/><t size='.9' color='#FFFFFF'>Breaking Contact</t>",0,0,2,2] spawn BIS_fnc_dynamicText;
["<img size= '6' shadow='false' image='pic\gruppe-adler.paa'/><br/><t size='.9' color='#FFFFFF'>Breaking Contact - Public Event</t>",0,0,2,2] spawn BIS_fnc_dynamicText;

0 comments on commit 33e7d30

Please sign in to comment.