Quote:
Originally Posted by Kirko
Only problem is that it only shows your character
|
PHP Code:
for (temp.pl: players) {
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
