Don't show Markers when people are in a Deathmatch
#4

Read down the bottom:
Quote:
pawn Код:
// Make player 42 see player 1 as a red marker
SetPlayerMarkerForPlayer( 42,1,0xFF0000FF );
 
// Make the players marker an invisible white (chat will be white but marker will be gone).
SetPlayerMarkerForPlayer( 42, 1, 0xFFFFFF00 );
 
// Make the players marker invisible to the player while keeping chat colour the same. Will only work correctly if SetPlayerColor has been used:
SetPlayerMarkerForPlayer( 42, 1, ( GetPlayerColor( 1 ) & 0xFFFFFF00 ) );
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)