Search results

  1. V

    Custom Debug Monitor

    I want them to be the large numbers though, for scripting, alot of things have wanted those worldspace locations and this will make it so much easier :P
  2. V

    Custom Debug Monitor

    Cool! Thanks for your help! The debug code looks like this now. private ["_humanity", "_pic", "_info_player"]; fnc_debug = { while {debugMonitor} do { _myPos = getPos player; _textPos = format ["%1", _myPos]; copyToClipboard _textPos; _gpscoord = format ["%1 - %2",_mypos...
  3. V

    Custom Debug Monitor

    Does there need to be a percentage symbol before the 14 in this line? <t size='1' font='Bitstream' align='center' color='#FFBF00'>Worldspace </t><t size='1' font='Bitstream' align='right'>14</t><br/>
  4. V

    Custom Debug Monitor

    Hi, I am new to scripting etc and I am using this debug monitor below on my server, and for my admin work I would like to have the worldspace coordinates for scripting work show in the debug, and possibly GPS coords as well? Does anyone know how to easily add this in? Thanks in advance...
Back
Top