Jump to content

Changing hunger,thirst,blood HUD?


Recommended Posts

Soo far i've tried to make the player_updateGui.sqf load from the mission file then edit the path for blood gui:

if (_bloodLvl <= 0) then { 
	_blood = "\z\addons\dayz_code\gui\status_blood_inside_1_ca.paa";
	} else {
	_blood = "\z\addons\dayz_code\gui\status_blood_inside_" + str(_bloodLvl) + "_ca.paa";
	};

To:

if (_bloodLvl <= 0) then { 
	_blood = "fixes\status_blood_inside_1_ca.paa";
	} else {
	_blood = "\z\addons\dayz_code\gui\status_blood_inside_" + str(_bloodLvl) + "_ca.paa";
	};

But that doesnt seem to work, And im not the best on scripting / I cant script anything soo dont expect the best from me :P.

 

EDIT:

 

Nevermind worked like a charm, I just forgot to make the (status_blood_inside_1_ca.paa) into (status_blood_inside_6_ca.paa) Since thats the one i edited :P, Thanks to both of you gentlemen :D.

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...