Map icons (Streamer include)
#1

I use Streamer Plugin and I want to appear only one type of MAP-Icon.
I know that if set Streamer_VisibleItems(STREAMER_TYPE_MAP_ICON, 1); but this config is for all map icons, and dont is this effect that I like. See the example for best understanding.
Example:
I have two houses map-icons and two organizations map-icons where this houses/organizations is near the player, and I want that appear one map-icon of house and one map-icon of organization.

See this:

Код:
new MapIcons[5];

MapIcons[0] = CreateDynamicMapIcon(x, y, z, 31, -1, -1, -1, -1, 30.0);
MapIcons[1] = CreateDynamicMapIcon(x+1, y+1, z+1, 31, -1, -1, -1, -1, 30.0);
MapIcons[2] = CreateDynamicMapIcon(x+2, y+2, z+2, 31, -1, -1, -1, -1, 30.0);
MapIcons[3] = CreateDynamicMapIcon(x+3, y+3, z+3, 31, -1, -1, -1, -1, 30.0);
MapIcons[4] = CreateDynamicMapIcon(x+4, y+4, z+4, 31, -1, -1, -1, -1, 30.0);
I want the effect that shows only one map icon of "MapIcons[]", the closest. And others map-icons appear normally.
Would be an effect almost how "Streamer_VisibleItems(MapIcons, 1);".

Some one can help me ?
thanks
Reply


Messages In This Thread
Map icons (Streamer include) - by retsaoremo - 24.01.2013, 22:01
Re: Map icons (Streamer include) - by retsaoremo - 28.01.2013, 14:02
Re: Map icons (Streamer include) - by Stanford - 28.01.2013, 14:07
Re: Map icons (Streamer include) - by retsaoremo - 29.01.2013, 00:21
Re: Map icons (Streamer include) - by Threshold - 29.01.2013, 00:40
Re: Map icons (Streamer include) - by retsaoremo - 29.01.2013, 01:38
Re: Map icons (Streamer include) - by retsaoremo - 30.01.2013, 00:19

Forum Jump:


Users browsing this thread: 1 Guest(s)