Quote:
Originally Posted by DustyPorViva
findimg(200).layer = 3;
findimg(200).clientlayer = 1;
^ It would draw under the player, but over all other players.
findimg(200).layer = 1;
findimg(200).clientlayer = 2;
^ Would draw under all other players, but over your player.
|
While this would be good I think it would give the same problem for when an Image displaying on another player is also displaying on top of a different other player.