Ok seing as i'm having a lot of fun with C# I made a radar example today for War which extends some of the classes I used for the WarTeleporter crap...
This is a base for you to learn how it works under the hood using matrix transformations to draw the blips and how to map WAR's co-ordinate system to right orientation in 2d space (handy for a dynamic bot).. See Form1.cs for most of the gubbins.
Also shows you how to acquire / read objects into C# without managed pointers (ouch).
Excuse the slightly messy code I threw it together as I went along today..
Download: Grab the package from this post (http://www.mmowned.com/forums/warham...urce-code.html)
I hope you can learn something useful from this one.
PS. Your challenge is to add a hover over which shows the names (hint, names are slightly encrypted as unicode strings in WAR) hah
Next up: a full bot framework in C++ (which does not require ANY key input)...