SetPlayerMarkerForPlayer - 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: SetPlayerMarkerForPlayer (
/showthread.php?tid=498433)
SetPlayerMarkerForPlayer -
Blackazur - 03.03.2014
Hello, i have a question about that, if i use this will it hide my player marker so that other players cant see me on minimap?
Код:
SetPlayerMarkerForPlayer( 42, 1, ( GetPlayerColor( 1 ) & 0xFFFFFF00 ) );
Re: SetPlayerMarkerForPlayer -
Keyhead - 03.03.2014
You want it to just hide your marker or so that it hides everyones marker for everyone?
AW: SetPlayerMarkerForPlayer -
Blackazur - 03.03.2014
That it just hide my marker.
Re: SetPlayerMarkerForPlayer -
Keyhead - 03.03.2014
That will make player 42 see player 1 as invisible on the map but their color in the chat would still be the same.
SetPlayerMarkerForPlayer