Jump to content

[RELEASE] How to make Custom Player HUD By AsReMix


Recommended Posts

Okay so this is my opinion right?

 

I don't really like it. As in french we say: c'est du baclé.

All information is written in 1 cm2 and the little images don't really look nice.

Some of the icons; I cannot understand what they mean, they look completely the same..

 

Your tutorial is good, even while you are using Google, I think what you have written in code AND in tutorial is nice,

but I would take a closer look to the icons.

 

To be honest, when I clicked the link I though that it was how to change the hunger; thirst; etc HUD. I would've rather have that, because I think that should've help alot more people.

 

But anyway, I am going to review your code, because I may need some parts, to make new icons but more clearly done and a little bit less

"all-in-2-cm2"

 

This is as I already said: MY OPINION.

I can agree that some people will like it, you don't have to argue about it because I won't be the angry one, I can totally agree with those guys,

it can look nice, and honestly, the scripting behind it looks not that easy, so still good job Asremix.

 

Have a nice day y'all,

xBowBii

 

Thank for reply.

 

For icon it can resize. Look this.

<img size='0.8' image='addons\playerhud\icons\As_health.paa'/> %1


change  0.8 to 1 1.5 2.0

<img size='1' image='addons\playerhud\icons\As_health.paa'/> %1

Link to comment
Share on other sites

if (player setVariable["AsReMixhud", true];) then {
	player setVariable["AsReMixhud", false];
	systemChat format["<AsReMix Says>:Custom Player HUD is Off..."];
	}
	else
	{
	player setVariable["AsReMixhud", true];
	systemChat format["<AsReMix Says>:Custom Player HUD is On..."];
	};

That is wrong, u need to GETVaraible, not set in the IF ^^

Link to comment
Share on other sites

if (player setVariable["AsReMixhud", true];) then {
	player setVariable["AsReMixhud", false];
	systemChat format["<AsReMix Says>:Custom Player HUD is Off..."];
	}
	else
	{
	player setVariable["AsReMixhud", true];
	systemChat format["<AsReMix Says>:Custom Player HUD is On..."];
	};

That is wrong, u need to GETVaraible, not set in the IF ^^

 

 

 

 

Okay. I'm edited. Thank for reply Zupa

Link to comment
Share on other sites

  • 2 weeks later...
  • 2 weeks later...

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
×
×
  • Create New...