Map icons - 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 icons (
/showthread.php?tid=299912)
Map icons -
HondaCBR - 27.11.2011
im using SetPlayerMapIcon on my server
pawn Код:
SetPlayerMapIcon(playerid, 0, 1173.1119,-1323.4448,15.3962, 22, 0, MAPICON_LOCAL);//hospital
I want them to be visible on the mini map when you there, and that happens, but when you enter in the big map I want them to be shown everywhere like using the MAPCION_GLOBAL.
Any ideas?
Re: Map icons -
MP2 - 27.11.2011
You can't.
Re: Map icons -
SnG.Scot_MisCuDI - 27.11.2011
pawn Код:
SetPlayerMapIcon(playerid, 0, 1173.1119,-1323.4448,15.3962, 22, 0, MAPICON_GLOBAL);//hospital
Re: Map icons -
HondaCBR - 27.11.2011
no but that makes all the icons appear on the minimap
Re: Map icons -
SnG.Scot_MisCuDI - 27.11.2011
oh you want them on the big map? i dont think that is possible.