SA-MP Forums Archive
Map Icon - 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: Map Icon (/showthread.php?tid=640861)



Map Icon - silverms - 08.09.2017

hi I create an map icon with CreateDynamicMapIcon but how to remove it in game is that possible?


Re: Map Icon - 10MIN - 08.09.2017

With DestroyDynamicMapIcon(icon_id) where icon_id is returned by CreateDynamicMapIcon

Source: https://github.com/samp-incognito/sa...es-(Map-Icons)


Re: Map Icon - silverms - 08.09.2017

thanks delete