Invisible on Map - 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: Invisible on Map (
/showthread.php?tid=495974)
Invisible on Map -
ponagandlamanoj - 19.02.2014
How to make a player, particularly a gang invisible on map with a command?. Please give me a code. Its like a spy mode. And command should work only at a particular range. I mean he can become invisible only when when he types the command in the area which we set in command.
Re : Invisible on Map -
samp_boy - 19.02.2014
SetPlayerColor(playerid,0xFFFFFF00);
+rep me of i helped you
Re: Re : Invisible on Map -
AlonzoTorres - 19.02.2014
Quote:
Originally Posted by samp_boy
SetPlayerColor(playerid,0xFFFFFF00);
+rep me of i helped you
|
Actually he should use;
ShowPlayerMarkers(PLAYER_MARKERS_MODE_OFF );
Or if you don't want to disable them completely use SetPlayerMarkerForPlayer.
Re: Invisible on Map -
ponagandlamanoj - 22.02.2014
Ill try it nd tell ya...