24.01.2013, 22:01
(
Последний раз редактировалось retsaoremo; 04.02.2013 в 14:23.
)
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:
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
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);
Would be an effect almost how "Streamer_VisibleItems(MapIcons, 1);".
Some one can help me ?
thanks