Hi,
i got a problem and dont know how to fix it.
I'm using this to show a unit just for one player. It is a light model and my Day/Night models are set to '0'.
do you know how to fix it? or is there another way to hide units for certain players? i tried with Alpha set to 0 but that didnt work, obviously because the model is a light source
i got a problem and dont know how to fix it.
I'm using this to show a unit just for one player. It is a light model and my Day/Night models are set to '0'.
-
Set TempPlayer = AnyPlayer
-
Custom script: if GetLocalPlayer() != udg_TempPlayer then
-
Unit - Hide Light[TempInt1]
-
Custom script: endif
do you know how to fix it? or is there another way to hide units for certain players? i tried with Alpha set to 0 but that didnt work, obviously because the model is a light source