Results 1 to 7 of 7
  1. #1
    Mizzle420420's Avatar
    Join Date
    Feb 2013
    Gender
    male
    Location
    Korriban
    Posts
    838
    Reputation
    18
    Thanks
    1,096
    My Mood
    Twisted

    Cool DayZ Standalone: SQF Crosshair

    This was in Necromancy v5, but I figured I should do a separate release to teach the noobs how to use it.
    I have only tested it in Standalone but it should work in DayZ Mod, Arma 2, and Arma 3.



    SQF Crosshair by Mizzle420420:
    Code:
    []spawn
    {
    	while {true}do 
    	{
    		0 cutRsc['RscTitleStructuredText', 'PLAIN'];
    		_display = uinamespace getvariable['RscTitleStructuredText', displaynull];
    		_ctrl = _display displayctrl 9999;
    		_ctrl ctrlShow true;
    		_ctrl ctrlEnable true;
    		_ctrl ctrlSetFade 0;
    		_ctrl ctrlSetPosition[safezonex, safezoney + 0.9, safezonew, safezoneH];
    		_ctrl ctrlSetStructuredText parseText "<t color='#890202'>(</t><t color='#8DFF00'>+</t><t color='#890202'>)</t>";
    		_ctrl ctrlcommit 0;
    		uiSleep 7;
    		
        };
    };

    Positioning and colors


    In the example below I adjusted the height by + 0.9

    To Adjust Positioning Change this code:
    In the example below I adjusted the height by + 0.9
    Code:
    [safezonex, safezoney + 0.9, safezonew, safezoneH]

    To Change colors edit these numbers using html color code:
    In the example below the color is set to green

    Code:
    #890202
    Last edited by Mizzle420420; 06-27-2015 at 08:19 PM.

  2. The Following 2 Users Say Thank You to Mizzle420420 For This Useful Post:

    denis200191 (06-27-2015),Kosmo (07-06-2015)

  3. #2
    Kosmo's Avatar
    Join Date
    Jun 2015
    Gender
    male
    Location
    C:/WhatIsThis.exe
    Posts
    537
    Reputation
    10
    Thanks
    2,500
    My Mood
    Psychedelic
    Nice job.
    Team_420

  4. #3
    denis200191's Avatar
    Join Date
    Jan 2015
    Gender
    male
    Posts
    100
    Reputation
    10
    Thanks
    10
    Finally, I waited for a separate release.
    Last edited by denis200191; 06-27-2015 at 09:57 PM.

  5. #4
    WhippyV7's Avatar
    Join Date
    Mar 2015
    Gender
    male
    Posts
    76
    Reputation
    28
    Thanks
    35
    My Mood
    Cool
    Sooooo old

  6. #5
    Kosmo's Avatar
    Join Date
    Jun 2015
    Gender
    male
    Location
    C:/WhatIsThis.exe
    Posts
    537
    Reputation
    10
    Thanks
    2,500
    My Mood
    Psychedelic
    Quote Originally Posted by WhippyV7 View Post
    Sooooo old
    Old but gold.

  7. #6
    Mizzle420420's Avatar
    Join Date
    Feb 2013
    Gender
    male
    Location
    Korriban
    Posts
    838
    Reputation
    18
    Thanks
    1,096
    My Mood
    Twisted
    Quote Originally Posted by WhippyV7 View Post
    Sooooo old
    Really? Cause I have never seen this done before, you have an example of it being old?

  8. #7
    Kosmo's Avatar
    Join Date
    Jun 2015
    Gender
    male
    Location
    C:/WhatIsThis.exe
    Posts
    537
    Reputation
    10
    Thanks
    2,500
    My Mood
    Psychedelic
    Quote Originally Posted by Mizzle420420 View Post


    Really? Cause I have never seen this done before, you have an example of it being old?
    Whippy knows everything. Weren't you aware m8.

Similar Threads

  1. [Help Request] DayZ Standalone [Cracked] SQF Executor?
    By AlmightyJinxx in forum DayZ Help & Requests
    Replies: 0
    Last Post: 02-17-2015, 10:46 AM
  2. DayZ Standalone
    By epinsnipe in forum General Gaming
    Replies: 19
    Last Post: 02-25-2013, 11:51 AM
  3. DayZ Standalone Release and Info!
    By ImYoshi in forum DayZ Mod & Standalone Hacks & Cheats
    Replies: 6
    Last Post: 01-10-2013, 05:30 PM
  4. DayZ Standalone news.
    By Ethereal in forum General Gaming
    Replies: 1
    Last Post: 01-07-2013, 11:30 PM
  5. Information about DayZ Standalon
    By collabtive in forum DayZ Mod & Standalone Hacks & Cheats
    Replies: 1
    Last Post: 08-17-2012, 09:20 PM

Tags for this Thread