Welcome on MasterOf13FPS! MasterOf13FPS

Register today or sign up if you are already a member and never miss any cool content again :)

Attacked Info aura

just get info about current aura target and draw some info about target on screen
 
Du Fragst ab, ob das Target Attackable ist, Z.B. Durch Deine CanAttack Methode, oder wie auch immer Deine heißt,

Als Beispiel

Code:
if (CanAttack(target)) {

    //Beispiel code

    MC.fontRendererObj.drawStringWithShadow(target.getName(), 10, 10, -1);

} else {

    //

}

Über das Target bekommst du die informationen.
 
Last edited by a moderator:
shape1
shape2
shape3
shape4
shape5
shape6
Back
Top