Quote:
Originally Posted by ffcmike
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.