About Store Forum Documentation Contact



Post Reply 
Mini map point
Author Message
LINOGE Offline
Member

Post: #1
Mini map point
Quick question: On esentel MMO, there is a white dot on the center of the minimap, how do I remove that? It's possible?
10-02-2012 09:46 PM
Find all posts by this user Quote this message in a reply
laugan Offline
Member

Post: #2
RE: Mini map point
check minimap drawing function, you'll find a command that draws it.

(i don't think i am able to tell anything about non-free codes, but in \Tutorials\Source\Advanced\4 - Demos, Game Basics\Game Basics\23 - Mini Maps.cpp it is line 80).
10-03-2012 08:17 AM
Find all posts by this user Quote this message in a reply
LINOGE Offline
Member

Post: #3
RE: Mini map point
I really didn't noticed that:

rect.center().draw(WHITE);

Thank you.
10-03-2012 11:16 AM
Find all posts by this user Quote this message in a reply
Post Reply