SA-MP Forums Archive
[HELP] SetPlayerColor - 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: [HELP] SetPlayerColor (/showthread.php?tid=110564)



[HELP] SetPlayerColor - Nakash - 27.11.2009

How do i make the icon unvisible at the Minimap?
I need this for a roleplay server.


Re: [HELP] SetPlayerColor - -xy! - 27.11.2009

https://sampwiki.blast.hk/wiki/ShowPlayerMarkers


Re: [HELP] SetPlayerColor - acade - 27.11.2009

pawn Код:
ShowPlayerMarkers(0);
Under OnGameModeInit


Re: [HELP] SetPlayerColor - Niixie - 27.11.2009

I think new coders should try Reading the list there is in the right side of pawno... ShowPlayerMarkers, Kinda explains itself.


Re: [HELP] SetPlayerColor - bogeymanEST - 27.11.2009

ShowPlayerMarkers(0) is to hide everyone's marker.
To hide a certain player's marker do SetPlayerColor(playerid, 0xFFFFFF00)


Re: [HELP] SetPlayerColor - -xy! - 27.11.2009

Quote:
Originally Posted by bogeyman_EST
ShowPlayerMarkers(0) is to hide everyone's marker.
To hide a certain player's marker do SetPlayerColor(playerid, 0xFFFFFF00)
No, this will cause the color of the player to the marker.

Sorry my bad english


Re: [HELP] SetPlayerColor - bogeymanEST - 27.11.2009

That's what he wanted. He wanted to make a player marker invisible and that's what ShowPlayerMarkers and SetPlayerColor can do.


Re: [HELP] SetPlayerColor - Nakash - 27.11.2009

Thank you,You can lock the post


Re: [HELP] SetPlayerColor - Andy_McKinley - 27.11.2009

Upload all the colour codes.