SA-MP Forums Archive
MiniMap - Hide Players?? - 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 - Hide Players?? (/showthread.php?tid=199764)



MiniMap - Hide Players?? - BlackWolf120 - 16.12.2010

hi,
is it possible to hide the players, so u cant see the colored points on ur minimap?
Or even better, just to hide the players of the adverse team?

regards.


Re: MiniMap - Hide Players?? - blackwave - 16.12.2010

I'll give a example.

Normal color:
pawn Код:
0xFF0000FF
Invisible one:
pawn Код:
0xFF000000



Re: MiniMap - Hide Players?? - BlackWolf120 - 16.12.2010

thx,
and how to hide the color of the adverse team?
With an if function?