Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
How to get the enemy's Avatar to make targethud
@ibook You take a look at a any target hud src code and skid it?
@czechhek said in How to get the head of the enemy:
你看看任何目标 hud src 代码并滑动它?
Other people's code has been confused
@czechhek I'm a novice. I just want to get the head portraits of myself and my enemies and draw HUD
function drawFace(target,x,y){mc.getTextureManager().bindTexture(target.getLocationSkin());GL11.glEnable(GL11.GL_BLEND);GL11.glColor4f(1,1,1,1);Gui.drawScaledCustomSizeModalRect(x,y,8,8,8,8,27,27,64,64);GL11.glDisable(GL11.GL_BLEND);}
@ibook obfuscated lmao not confused
@auto-reply-bot Thank you very much, but I can't understand