• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

hero icons for other player

Status
Not open for further replies.
Level 5
Joined
Jan 19, 2020
Messages
102
I want hero icons for each hero, shown for every player.



so lets say if red has paladin

and blue has mountain king

Red can see the hero icon for paladin and mountain king
 

Dr Super Good

Spell Reviewer
Level 64
Joined
Jan 18, 2005
Messages
27,198
do i only need that or more?
You need to use that in the appropriate function call. Look at how the BJs use it for examples.
JASS:
native SetPlayerAlliance takes player sourcePlayer,player otherPlayer,alliancetype whichAllianceSetting,boolean value returns nothing

Normally when one shares advanced control it shares advanced control and units. However for just the icons one can just share advanced control and not units.
 
Status
Not open for further replies.
Top