Jump to content

31_D!4b10

Member
  • Posts

    6
  • Joined

  • Last visited

Posts posted by 31_D!4b10

  1. a little script for a colorfilter menu with autosave and restore

    easy written und hopefuly easy to understand :p

    maybe there r already something like this, but nvm i like open source projects and would like to share it with the community here
    some of u ppl will have alot more scripting expierence and could improve it :)

    https://github.com/Evocation/Colorfilter

     

    suggestions for improvements r welcome ^^

  2. _adminList = ["ADMINUID1","ADMINUID2"];

    waitUntil {(getPlayerUID player) != ""};

    Waituntil {!isNull player};

    while {true} do {

    sleep 0.5;

    _ct = curscursorTarget;

    _lpID = getPlayerUID _ct;

    if ((isPlayer _ct) &&

    (alive cursorTarget) &&

    (_lpID in _adminList) &&

    ((player distance cursorTarget) < 10))) then {

     cutText [format ["ADMIN: %1",name _ct],"PLAIN",0.1];

     };

    };

     

    try this

    i didnt tested it and just wrote it at work in my break

    i can give it a try later this day, if wanted :)

  3. in theory whole thing could be put in a single script. However since this is part of epoch now, it is not really a big prob tbh. Just waiting on new release. Thanks ofc.

     

    i just thought on it, because i already use it for toggle my debug monitor on my server... but instead of letting the client download the whole file again i just ignor it and use another way... so nvm

    hope it rly helped.. tested it yesterday alot and found no errors

    btw. GREAT SCRIPT! KEEP UP THE GOOD WORK :)

  4. cant hold back my SAFT anymore ( sry ~ german )

     

     

    dayz_spaceInterrupt = compile preprocessFileLineNumbers "custom\snap_pro\dayz_spaceInterrupt.sqf";

     

    =/?=

     

    F_KEY = (findDisplay 46) displayAddEventHandler ["KeyDown","if ((_this select 1) == 33) then { DZE_F = true; }"];
     
     
    its working for me and idk why it should be wrong? i hate to increase the size of my mission file, when its not needed.
    tell me when and why it shouldnt work. im happy, if i can learn more about the whole scripting misc. thx
×
×
  • Create New...