07.09.2010, 14:44
I've tried to find a thread pertaining to this, without success. So here is mine.
I have been experimenting with the type 1 map icon, trying to set its color. It is my understanding that the map icons use a different color table, with integer colors from 0-499. I tried to create colored type 1 map icons using SetPlayerMapIcon, and also using Incognito's streamer CreateDynamicMapIcon.
The icons appear, but are always white.
I was using a filterscript.
I'm pretty sure I was using the functions correctly on both occasions, so I would like to know if anyone else has managed to create colored type 1 map icons. A little birdie told me it is not working.
I have been experimenting with the type 1 map icon, trying to set its color. It is my understanding that the map icons use a different color table, with integer colors from 0-499. I tried to create colored type 1 map icons using SetPlayerMapIcon, and also using Incognito's streamer CreateDynamicMapIcon.
The icons appear, but are always white.
Код:
SetPlayerMapIcon(playerid,iconID,px,py,pz,1,color); // where color is 0-499 and.. CreateDynamicMapIcon(px,py,pz,1,color,-1,-1,playerid,100);
I'm pretty sure I was using the functions correctly on both occasions, so I would like to know if anyone else has managed to create colored type 1 map icons. A little birdie told me it is not working.