Hello guys, I have a little problem.
I am trying to change the color of an icon on the map but it is not working, I am trying to make the icon black, but it does not work.
Is the color correct? I'm using like this:?0x000000FF
I am trying to change the color of an icon on the map but it is not working, I am trying to make the icon black, but it does not work.
Is the color correct? I'm using like this:?0x000000FF
Code:
public OnPlayerConnect(playerid)
{
? ? SetPlayerMapIcon(playerid, 1, 2756.7896,-2431.2869,13.4790, 2, 0x000000FF, MAPICON_GLOBAL);
? ? return 1;
}