View Single Post
  #2  
Old 06-05-2006, 03:19 PM
xXziroXx xXziroXx is offline
Malorian
xXziroXx's Avatar
Join Date: May 2004
Posts: 5,289
xXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant future
PHP Code:
//#CLIENTSIDE
function onCreated()
{
  
setImg"imagename");
  
this.imgwidth #;  // Set this to the pixel width of the image.
  
this.imgheight #;  // Set this to the pixel height of the image.

  
drawoverplayer();
  
dontblock();

  
setTimer.05);
}

function 
onTimeOut()
{
  if (
player.x in |x+ (this.imgwidth/16)|
    && 
player.y in |y+ (this.imgheight/16)|) {
    
setcoloreffect111.4);
  } else 
setcoloreffect1111);
  
setTimer.05);


Works in theory, didnt test it.
__________________
Follow my work on social media post-Graal:Updated august 2025.
Reply With Quote