12.12.2017, 09:17
How do you remove these blips on the maps that indicate the position of FCNPC NPCs?
You could set their color to be transparent:
0xRRGGBB00 https://sampwiki.blast.hk/wiki/Colors_Li...ransparency.29 |
if(IsPlayerNPC(playerid)) SetPlayerColor(playerid, 0xFFFFFF00);
You could set their color to be transparent:
0xRRGGBB00 https://sampwiki.blast.hk/wiki/Colors_Li...ransparency.29 |