View Single Post
  #7  
Old 01-31-2010, 02:59 AM
ffcmike ffcmike is offline
Banned
Join Date: Jul 2004
Location: London
Posts: 2,029
ffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond repute
Send a message via AIM to ffcmike Send a message via MSN to ffcmike
Quote:
Originally Posted by DustyPorViva View Post
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.
Reply With Quote