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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...