Thread: Player ap bar
View Single Post
  #1  
Old 12-01-2009, 07:57 PM
sssssssssss sssssssssss is offline
Cyril Rain
sssssssssss's Avatar
Join Date: May 2003
Location: Texas, USA
Posts: 1,134
sssssssssss will become famous soon enough
Player ap bar

PHP Code:
function onTimeout() {
  
temp.img "armageddon-bar.gif";
  
temp.img2 "armageddon-ap.gif";
  
showimg(200img2020);
  
changeimgvis(2004);
  
changeimgpart(20000, (player.ap 100) * getimgwidth(img), getimgheight(img));  
  
//showimg(201, img2, 19, 19);
  //changeimgvis(201, 4);
  
setTimer(0.05);

Trying to make a new bar for player ap. Using this, it does absolutely nothing, which is weird because
PHP Code:
player.hearts player.fullhearts 
works fine.

Also, img 201 is showing on top of img 200, is there a way to change this? Need 200 on top of 201.
__________________
Cyril Rain
Creator and leader of SLX
Admin of Elysium
Elysium's Facebook Page: http://facebook.com/GraalOnlineElysium
Graal Forum Thread: http://forums.graalonline.com...
Graalians Thread: http://www.graalians.com...


Reply With Quote