Quote:
|
Originally Posted by Raeiphon
PHP Code:
showimg(200,light4.png,playerx+0.7-imgwidth(light4.png)/32,playery+1-imgheight(light4.png)/32);
|
light4.png needs to be in quotes. and I think you should use the new 'imgwidth' and height functions, I think they're something like getimgwidth("filename")
Quote:
|
Originally Posted by Raeiphon
PHP Code:
drawoverplayer();
|
The changeimgvis call will make it draw over the player, this function is not needed/doesn't work in WNPCs.