Hide hud
#1

hi guys i want to make on hp , armour bar to have a number on it to see how much hp,armour i have , and then to hide that numbers when i want can some1 help me ?

example: https://www.youtube.com/watch?v=pE1njdXdTY8 - watch hp,armour bar
Reply
#2

I guess it's gta mode not plugin.
Reply
#3

Its 2 seconds of coding.
PHP код:
new string[64];
new 
Float:HP;
GetPlayerHealth(playerid,HP);
format(stringsizeof(string), "%.0f%"HP);
TextDrawSetString(myTextdrawstring); 
Format the string and use TextDrawSetString, isnt that hard at all.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)