
Originally Posted by
M-28
How should I know what to look for?????
Common sense?
You want to draw a box around a player.
You need to position and height auf every player relative to your view.
And you also need to draw the lines which make up the boxes.
So basic skills you need for a box esp.
basic maths
2d geometry and its math
basic understanding of 3d vectors
Reading names of functions and their documentation.
Every functions describes what it does with its name.
So to draw one line of the box, you use render.DrawLine() and so on.
If this is all new to you learn what libraries are, learn how they are organized, look at all glua tutorials relevant to this.
Don't start with the box esp itself. Just draw a random box for a start to get of feel of how drawing works. And then work your way up.