FCNPC blips
#1

How do you remove these blips on the maps that indicate the position of FCNPC NPCs?

Reply
#2

You could set their color to be transparent:
0xRRGGBB00

https://sampwiki.blast.hk/wiki/Colors_Li...ransparency.29
Reply
#3

Quote:
Originally Posted by MEW273
Посмотреть сообщение
You could set their color to be transparent:
0xRRGGBB00

https://sampwiki.blast.hk/wiki/Colors_Li...ransparency.29
Exactly what MEW273 said, also I've tried that method a few times but i'm not sure why at some point it required a constantly called timer setting the player's color to a transparent one for ex:
PHP код:
if(IsPlayerNPC(playerid)) SetPlayerColor(playerid0xFFFFFF00); 
even though i had no other functions changing the player's color yet it required for the setplayercolor to be called several times, MEW273 comment should work and if all else fails just plug the isplayernpc and setplayercolor under any ongoing timer u got in ur script, good luck.
Reply
#4

Quote:
Originally Posted by MEW273
Посмотреть сообщение
You could set their color to be transparent:
0xRRGGBB00

https://sampwiki.blast.hk/wiki/Colors_Li...ransparency.29
Thanks

EDIT: Can't give a rep to MEW, I think I've sent him one previously. dw, I'll get back at ya.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)