Created
December 14, 2013 11:44
-
-
Save headswe/7958249 to your computer and use it in GitHub Desktop.
Kept crashing arma 3 without any errors. straight CTD
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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