hiding player map icons
#1

Hey,

Does anyone show me how i hide players map icons?

Most Roleplay servers have it so i would to add it,

Thanks
Reply
#2

https://sampwiki.blast.hk/wiki/RemovePlayerMapIcon
Reply
#3

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

pawn Код:
SetPlayerColor(playerid, 0xFFFFFF00);
Reply
#4

Set player alpha color to low,00.

pawn Код:
// 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 ) );
https://sampwiki.blast.hk/wiki/SetPlayerMarkerForPlayer
--
Reply
#5

Quote:
Originally Posted by FarSe.
Посмотреть сообщение
Lol,why [PAWN] don't work?
Maybe because you forget a slash? - [PAWN] your_text [/PAWN]
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)