View Single Post
  #7  
Old 06-25-2002, 03:11 AM
faiola faiola is offline
Registered User
Join Date: Jun 2002
Posts: 27
faiola is on a distinguished road
Send a message via AIM to faiola
all i want is to learn how to make a friggin thing that goes above somone's head and display's a hp status to all but i ended up wiht this



// NPC made by X.Draco.X
if (timeout) {
showimg 2,@#v(playerhearts*1255)/#v(playerfullhearts*1255),playerx-1.5,playery-2;
timeout = .05;
}
if (playerenters) {
timeout = .05;
}
__________________
Reply With Quote