Drbane
Member
Awesome script, thx for sharing it
Here is a test i did, on my test server:
Turns out pretty bad ass
Here is a test i did, on my test server:
Turns out pretty bad ass
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Awesome script, thx for sharing it![]()
i really hope that the double L in welcome is a typo? ^^
Nice script! Is it possible to start this script only when creating a new player?
19.08.2013 02:06:26: Clark17 (*.*.*.*:*) MYGUID - #103 "il { alive player };
waituntil {!isnull (finddisplay 46)};
hintsilent "Player Found! Running Script!";
sleep 5;
_CustomGpsVideo "
5 hintSilent !"dayz_HintMontior = [] spawn {" !"hintSilent parseText format [\"" !"hintSilent \"\";"
1 hintSilent !"dayz_HintMontior = [] spawn {" !"hintSilent parseText format [\"" !"hintSilent \"\";"
is there a way to terminate the script once its started ..? or are you forced to watch the entire video every time till completion?
dayz_spaceInterrupt = {
private ["_dikCode", "_handled"];
_dikCode = _this select 1;
_handled = false;
if (_dikCode == 0x44) then {
if (debugMonitor) then {
debugMonitor = false;
hintSilent "";
} else {[] spawn fnc_debug;};
};
_handled
};
Is Perfect!