So ya, this works perfectly fine...
PHP Code:
temp.p = findnearestplayer(mousex,mousey);
if (mousex in |p.x,p.x+2.5| && mousey in |p.y+.5,p.y+3|) {
with (findimg(200)) {
text = p.nick;
x = p.x + 1.5;
y = p.y + 3.2;
style = "bc";
font = $pref::graal::defaultfontname;
red = 0;
green = 1;
blue = 0;
layer = 0;
}
} else hideimg(200);