View Single Post
  #1  
Old 04-02-2012, 04:59 PM
r3ckless r3ckless is offline
Owner of Corinthia
Join Date: Dec 2011
Location: MAssachusetts, USA
Posts: 131
r3ckless is an unknown quantity at this point
Send a message via AIM to r3ckless Send a message via MSN to r3ckless
positioning for everyone

Hey guys I'm trying to setup a custom HP HUD. I'm having trouble with placement on screen though. I'm using screenheight/width, but when I line it up perfect on my screen, its not perfect for everyone else. How would I go about doing this correctly?

This is a part of what I have:

PHP Code:
function ShowHP_Bar()
{
with (findimg(250)) {
image "bigheart.png";
    
screenwidth-200;
    
screenheight-540;
    
partw 40;
    
parth 44;
    
layer 4;
   }

__________________

Yep.

Reply With Quote