SA-MP Forums Archive
Minimap icons as textdraws? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Minimap icons as textdraws? (/showthread.php?tid=520150)



Minimap icons as textdraws? - izeatfishz - 17.06.2014

How can I create this?




Re: Minimap icons as textdraws? - Faisal_khan - 17.06.2014

You will have to use a TXD Editor. ****** it, "TXD Editor for GTA SA". Download it and open this file models/hud.txd in it. And you will find those items now copy the name of items and use it with a textdraw. Like this:
pawn Код:
CreatePlayerTextDraw(playerid, 615.199584, 88.106697, "hud:radar_propertyG");
radar_propertyG is the name of the green house icon.