HUD health/armor bar.
#2

Add this under OnPlayerConnect

pawn Код:
new playername[24];
format(playername, sizeof(playername), "%s", GetPlayerName(playerid));
new Text3D:attachplayername = Create3DTextLabeL(playername, 0xFF9900FF, 30.0, 40.0, 50.0, 40.0, 0);
Attach3DTextLabelToPlayer(attachplayername, playerid, 0.0,0.0,0.2);
Reply


Messages In This Thread
HUD health/armor bar. - by Aarab - 23.02.2013, 13:00
Re: HUD health/armor bar. - by Neil. - 23.02.2013, 13:04
Re: HUD health/armor bar. - by Aarab - 23.02.2013, 13:18
Re: HUD health/armor bar. - by Neil. - 23.02.2013, 13:20
Re: HUD health/armor bar. - by IceBilizard - 23.02.2013, 13:32
Re: HUD health/armor bar. - by Gamer_007 - 23.02.2013, 13:35

Forum Jump:


Users browsing this thread: 1 Guest(s)