Thread: Mirror
View Single Post
  #15  
Old 07-28-2016, 11:53 PM
Kirko Kirko is offline
Registered Guest
Join Date: Dec 2014
Location: Texas
Posts: 61
Kirko has a spectacular aura aboutKirko has a spectacular aura about
Quote:
Originally Posted by callimuc View Post
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
Thanks!


Quote:
Originally Posted by MysticalDragon View Post
Kirko I'm amazed by you, you have come a long way my friend.
Reply With Quote