Icons in map
#1

Can someone say how to remove those icons in map?

Like you can see in your minimap that there is admin, and there would be green quad, or cop and you would see blue quad.

With regards,
FaZeRs.
Reply
#2

With quad I guess you mean square? Then use this.

Quote:

(playerid, showplayerid, color)
playerid The player that will see the player's changed blip/nametag color
showplayerid The player whose color will be changed
color New color. Set the alpha to 00 for an invisible blip.
Код:
for(new i = 0; i < MAX_PLAYERS; i++)
{
    SetPlayerMarkerForPlayer(i, playerid, ( GetPlayerColor(playerid) & 0xFFFFFF00 ) );
}
That will set the playerid's blip/quad/square to be invisible for all the players (i) in the server. Feel free to give me a rep and comment back here if it worked.
Reply
#3

THanks. I didn't need to add them but remove
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)