SA-MP Forums Archive
minimap - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: minimap (/showthread.php?tid=243912)



minimap - Venice - 25.03.2011

Players Minimap Icon are hidden how to make this to visible ??


Re: minimap - alpha500delta - 25.03.2011

Remove

pawn Код:
ShowPlayerMarkers(1);
From your script.

it might also be your color's alpha channel... like this:

pawn Код:
0xFFFFFFAA
Makes everything invisible (AA)

And

pawn Код:
0xFFFFFFFF
is a solid color (FF)