Thread: Mirror
View Single Post
  #13  
Old 07-27-2016, 02:06 PM
callimuc callimuc is offline
callimuc's Avatar
Join Date: Nov 2010
Location: Germany
Posts: 1,015
callimuc is a splendid one to beholdcallimuc is a splendid one to beholdcallimuc is a splendid one to beholdcallimuc is a splendid one to beholdcallimuc is a splendid one to behold
Quote:
Originally Posted by Kirko View Post
Only problem is that it only shows your character
PHP Code:
for (temp.plplayers) {
  if (!
temp.pl.x in .... || !temp.pl.y in ...) continue;
  
with (findimg(200+temp.count)) {

  }

Used continue so it would still display the characters to all players, even if they aren't in the mirror. Don't know if you only want to show your own character on purpose. If not, this would fix it
__________________
MEEP!
Reply With Quote