ID:163860
 
Can anyone tell me how is the process to create health bars on the screen plz?
You need to create an object to represent health, add it to the client's screen, and then modify the object from time to time (so it still applies).

I suggest looking for a HUD (heads up display) demo/library in the, you know, demo/library part of the Developer's section.
In response to Keeth
and how do i add it to the client screen?
In response to Moskerark
client.screen += object

Look up client and the client variable, screen, in the reference.

It should point you towards screen_loc, but if not, look that up too.
(screen_loc will decide where the object being added will be shown on the client's screen)