GUI Health problem

Started by Magneto, Jul 31, 2018, 07:53 PM

Previous topic - Next topic

Magneto

I'm trying to use Aniks GUI Health & Armour Bar ( https://forum.vc-mp.org/?topic=4443.0 ) but there is an error: https://imgur.com/a/p7Ie63F
The error is on script or on me?

MatheuS

Hud.AddFlags(flags) — a function that enables a HUD element or multiple elements
Hud.RemoveFlags(flags) — a function that disables a HUD element or multiple

Example:
Hud.RemoveFlags(HUD_FLAG_HEALTH);
Source: https://forum.vc-mp.org/?topic=4660.0
if( !sucess ) tryAgain();
Thanks to the VCMP community. It was the happiest period of my life.

Magneto