Hi, All
I'm trying to get a image to loc on the top-right corner of my screen but I don't know where to find the tut. Help me out please ^_^
ID:1580663
May 23 2014, 8:28 am (Edited on May 30 2014, 10:21 pm)
Keywords: hud
(See the best response by Crazah.)
|
|
Where did i go wrong?
obj |
/client doesn't have x and y variables. Second, the assignment operator doesn't return a value for use as an operand. Third, you have to use constant values in type variable definitions. Fourth, client as a variable doesn't exist outside of the context of a specific mob.
I assume you want the object to appear 1 to the right of the left of the client's screen, and 2 up from the bottom. obj You also need to be aware you aren't creating an object, but defining an object prototype. In order for this object to show up, it needs to be added to the client's screen in a relevant function, like so: mob |
Sigh* I've inserted the codes and it does appear at all. Am I missing something?
|
That's because you blindly copied and pasted. Those were just examples of what you needed to do. You need to adapt the examples to your specific setup.
|
There's also an additional entry on UI as well.