Posts: 278
Threads: 100
Joined: May 2011
Reputation:
0
Hi guys,how can i add the location of a player ,to be shown down from his mini map.
For example, if a player is to Grove Street then it will be a small text "LOCATION: GROVE STREET" down of the player mini map.Could someone help me?
Thanks
Posts: 251
Threads: 24
Joined: Apr 2007
Reputation:
0
You could do it with zones, and have a textdraw that changes every time you enter a new zone. Search the forums, you will definitely find a tutorial on zones : )
Posts: 618
Threads: 31
Joined: Feb 2011
Reputation:
0
you mean, when you are near grove street, a text shows location: grove street?
Well then you need the following;
-any Area include or your own isplayerinarea or onplayerenterarea function.
-Textdraws or gametext ( gametext is more easy )
Posts: 472
Threads: 26
Joined: Jan 2012
Reputation:
0
when you have the fs on zones
then add a textdraw under the mini map the make a timer to check the players location get the location and check the players textdraw string
Posts: 278
Threads: 100
Joined: May 2011
Reputation:
0
Ok thanks guys ,but how i can add a text down of mini map?
Whats the code?