View Single Post
  #6  
Old 01-31-2010, 02:49 AM
DustyPorViva DustyPorViva is offline
Will work for food. Maybe
DustyPorViva's Avatar
Join Date: Sep 2003
Location: Maryland, USA
Posts: 9,589
DustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond repute
Send a message via AIM to DustyPorViva Send a message via MSN to DustyPorViva
Quote:
Originally Posted by ffcmike View Post
I was thinking something similar except in the case of displaying images on your client over multiple players you'd need something to distinguish each player as the owner, perhaps this variable could be set automatically within Gani Attributes just you'd need to specify if the layering applies.
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.
Reply With Quote