Quote:
Originally posted by faiola
lovely....
but
i already had that
now i need a know how to put my own hp / mp bars up?
anyone can help me .........spankz
|
if (created) {
showimg 300,@#v(playerap) AP,15,90;
showimg 301,@#v(playermp) MP,15,110;
changeimgvis 300,4;
changeimgvis 301,4;
}
Just learn to use showimg its very useful.
showimg index,filename,x,y;
If you wish to show text use " showimg index,@text,x,y; "
If you wish to use fonts in the text use " showimg index,@Arial@text,x,y;
I think I am right but any index under 200 shows the showimg to everyone. Any index above 200 shows it only to the player but not anyone else.
There are also commands that you can use with showimg like:
changeimgpart index,x,y,width,height;
changeimgvis index,drawingheight;
changeimgcolors index,red,green,blue,alpha;
changeimgzoom index,zoomfactor;
If you want to learn anything else IM me, I'll help you out.