Anyone having issues with this on 1.8?
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.
Anyone having issues with this on 1.8?
if (dayz_combat == 1) then {
titleText ["You can't change clothes while in combat.", "PLAIN DOWN", 3];
sleep 5;
titleFadeOut 1;
} else {
};
private["_hasmapitem","_hascompassitem","_haswatchitem"];
private["_hasmapitem","_hascompassitem","_haswatchitem","_timeout","_inCombat"];
_hasmapitem = "ItemMap" in weapons player;
_hascompassitem = "ItemCompass" in weapons player;
_haswatchitem = "ItemWatch" in weapons player;
_timeout = player getVariable["combattimeout", 0];
_inCombat = if (_timeout >= diag_tickTime) then { true } else { false };
if (dayz_combat == 1) then {
if (_inCombat) then {
hi guys please help me as ime trying to get freds wardrobe installed on my server,been at this for hours and ime doing everything that ime told to do in the tutorial,but as I enter my server it says wardrobe/wardrobe_main.sqf not found,would appreciate some help please.
EXECscript1 = 'player execVM "'+pathtoclothing+'%1"';
EXECscript1 = 'player ["Survivor2_DZ"] execVM "'+pathtoclothing+'%1"';
_outfit = _this select 0;
Yes that is already done in part of the code. Just copy that over and you should be able to do that.
I figured out the problem. Thanks for the help.