help . Setplayercolor
#3

Quote:
Originally Posted by DobbysGamertag
Посмотреть сообщение
From the sa-mp wiki. Hope it helps

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 ) );
 
// Make the players marker fully opaque (solid) to the player while keeping chat colour the same. Will only work correctly if SetPlayerColor has been used:
SetPlayerMarkerForPlayer( 42, 1, ( GetPlayerColor( 1 ) | 0x000000FF ) );
No , i see this color just after change it

Do you understand ?

When this color #define TCOLOR_LIGHTBLUE 0x2B77A100 , we did not see color on map
Reply


Messages In This Thread
help . Setplayercolor - by morocco - 05.06.2013, 17:20
Re: help . Setplayercolor - by DobbysGamertag - 05.06.2013, 17:29
Re : Re: help . Setplayercolor - by morocco - 05.06.2013, 17:47
Re : help . Setplayercolor - by morocco - 05.06.2013, 18:39
Re: help . Setplayercolor - by scout322 - 05.06.2013, 18:40
Re : Re: help . Setplayercolor - by morocco - 05.06.2013, 19:16
Re: help . Setplayercolor - by Vince - 05.06.2013, 20:26
Re : Re: help . Setplayercolor - by morocco - 06.06.2013, 00:04

Forum Jump:


Users browsing this thread: 1 Guest(s)