Marker & Color name
#5

Quote:
Originally Posted by Typhome
Посмотреть сообщение
I want just like..
I set your name color to yellow, but cant seen you at minimap (Like it wont show yellow marker at minimap). <= This i want.
Well then you need the function that I linked to.

pawn Код:
// 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 ) );
This contains all of the information that you need.
Reply


Messages In This Thread
Marker & Color name - by Typhome - 29.01.2011, 15:58
Respuesta: Marker & Color name - by MMiz - 29.01.2011, 16:01
Re: Marker & Color name - by JaTochNietDan - 29.01.2011, 16:01
Re: Marker & Color name - by Typhome - 29.01.2011, 17:23
Re: Marker & Color name - by JaTochNietDan - 29.01.2011, 17:24

Forum Jump:


Users browsing this thread: 2 Guest(s)