Quote:
Originally Posted by Looseifur
thanks for the reply, but im not sure what you mean by add a new case and for the 0x05 where am i suppose to put that? in the existing offset?
you wasn't wrong when you said i don't know programming or coding, but i am learning.  ill get there eventually
|
jesus
well if you just need a copy paste code here you go.
Place this directly under the "case 0x04"
Code:
case 0x05/*BR-Player*/:
if (ShowESP && ShowPlayers && n.IsAlive) this.EntityToScreen(n.Pos, n.Name, playercolor , true, false, BoxedPlayers, 2f, n.Yaw, n.Pitch);
break;
you might have to edit the syntax for your project but this works