Thread: Gani Problems
View Single Post
  #9  
Old 10-15-2006, 07:02 PM
contiga contiga is offline
Graal2001 Administration
contiga's Avatar
Join Date: Jul 2004
Location: Netherlands
Posts: 419
contiga is an unknown quantity at this point
Send a message via ICQ to contiga Send a message via AIM to contiga Send a message via MSN to contiga Send a message via Yahoo to contiga
It's very simple to fix..

use:

player.attr[20] = { "ml_hud.gani", param1, param2, etc..};

And do this:
PHP Code:
SCRIPT
function onCreated()
{
  
sleep0.05); // Dunno why, but it doesn't load params in the first 0.05 seconds, it's a bug.
  
this.health = { params0][ 0], params0][ 1]};
  
this.mana = { params1][ 0], params1][ 1]};

  
setTimer.05);
}

function 
onTimeOut()
{
  
showimg(1"@verdana@b@" this.account SPC "HP:" SPC this.health[0] @ "/" this.health[1SPC "MP:" SPC this.mana[0] @ "/" this.mana[1], 3y);
  
changeimgzoom(1.5);
}
SCRIPTEND 
__________________
AIM: Contiga122
MSN: [email protected]
Status:
Quote:
Originally Posted by unixmad View Post
I am also awake 3AM to help correct problems.
Quote:
Originally Posted by Bomy Island RC people
Daniel: HoudiniMan is a bad guy =p
*Bell: rofl. I first read that as houdini is a bad man. like the little kid that wants his mommy to keep her away from that boogie man
Daniel: xD
*Rufus: I wouldn't want my kids around him.
Reply With Quote