How can I set the minimap blip visibility off just for 1 player(rep+) - 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: How can I set the minimap blip visibility off just for 1 player(rep+) (
/showthread.php?tid=547100)
How can I set the minimap blip visibility off just for 1 player(rep+) -
[SU]Spartan - 20.11.2014
How can I set the minimap blip visibility off just for 1 player(rep+)
For example:
Player XYZ types /HideMeFromOtherGuysMinimap and he becomes INVISIBLE so player XYZ2 can't see XYZ in the minimap.
Re: How can I set the minimap blip visibility off just for 1 player(rep+) -
GGRoleplay - 20.11.2014
SetPlayerMarkerForPlayer(XYZ2, XYZ, 00);
E: Use for(new i=0; i < MAX_PLAYERS; i++)
to target every player.
Re: How can I set the minimap blip visibility off just for 1 player(rep+) -
[SU]Spartan - 20.11.2014
I will test it
Re: How can I set the minimap blip visibility off just for 1 player(rep+) -
[SU]Spartan - 20.11.2014
Repped works