Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
Is there a way to hide a unit from only a specific player? I mean it must be visible to other players.
Besides, is there any way to SHOW a unit only to a specific player?
Thanks in advance.
//Player(0) is Player 1
//Player(1) is Player 2
//and so on
if GetLocalPlayer()==Player(0) then
call SetUnitVertexColor(255,255,255,0)
// R G B A
//0 Alpha is 100% transparent
//255 Alpha is 0% transparent
endif
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.