SA-MP Forums Archive
How to remove these waypoints & change them to the info icon. - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: How to remove these waypoints & change them to the info icon. (/showthread.php?tid=84352)



How to remove these waypoints & change them to the info icon. - Jack_Wilson - 30.06.2009

How do I convert those triangle stuff to the info icons
[img width=960 height=768]http://i41.tinypic.com/161l2dz.png[/img]

Thanks, Please post.


Re: How to remove these waypoints & change them to the info icon. - Correlli - 30.06.2009

At OnGameModeInit, add this:
pawn Код:
DisableInteriorEnterExits();



Re: How to remove these waypoints & change them to the info icon. - boelie - 30.06.2009

Well i know one option;

You have to delete these yellow markers first bij entering DisableInteriorEnterExits(); under ongamemodeinit

after that you can put the info icons where ever you want. So also in front of buildings where those yellow markers were.

The id of an info icon is; 1239 ... go to https://sampwiki.blast.hk/wiki/CreatePickup to see how you add those pickups

( you can find x,y,z by using debug )

if you dont understand any of this just reply to this

Good Luck!