Skip to content

Instantly share code, notes, and snippets.

@headswe
Created December 14, 2013 11:44
Show Gist options
  • Save headswe/7958249 to your computer and use it in GitHub Desktop.
Save headswe/7958249 to your computer and use it in GitHub Desktop.
Kept crashing arma 3 without any errors. straight CTD
class SpectStrText: spect_RscStructuredText
{
idc = 1310;
x = 0.341317 * safezoneW + safezoneX;
y = 0.283882 * safezoneH + safezoneY;
w = 0.317366 * safezoneW;
h = 0.375858 * safezoneH;
// text = "Hello this is a help window";
text = "<br /> Use the mouse or the WASD to control the camera, H to show and close the help window.<br /> Press M for the map.<br /> ";
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment