Gamestudio Links
Zorro Links
Newest Posts
Zorro 2.70
by jcl. 09/29/25 09:24
optimize global parameters SOLVED
by dBc. 09/27/25 17:07
ZorroGPT
by TipmyPip. 09/27/25 10:05
assetHistory one candle shift
by jcl. 09/21/25 11:36
Plugins update
by Grant. 09/17/25 16:28
AUM Magazine
Latest Screens
Rocker`s Revenge
Stug 3 Stormartillery
Iljuschin 2
Galactic Strike X
Who's Online Now
3 registered members (NewbieZorro, TipmyPip, AndrewAMD), 14,749 guests, and 7 spiders.
Key: Admin, Global Mod, Mod
Newest Members
krishna, DrissB, James168, Ed_Love, xtns
19168 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Page 2 of 2 1 2
Re: c-script health system [Re: 3run] #331399
07/03/10 23:41
07/03/10 23:41
Joined: Jan 2010
Posts: 145
Doc_Savage Offline OP
Member
Doc_Savage  Offline OP
Member

Joined: Jan 2010
Posts: 145
yes, i use panels, theyre made to show up at the time my hp is at the right level, like, if its 50, its supposed to show the half full panel.

Last edited by Doc_Savage; 07/03/10 23:42.

Do not concern yourself with my race, personality or origin. find my record in the pits, and then make your wager.
Re: c-script health system [Re: Doc_Savage] #331405
07/04/10 00:09
07/04/10 00:09
Joined: May 2009
Posts: 5,377
Caucasus
3run Offline
Senior Expert
3run  Offline
Senior Expert

Joined: May 2009
Posts: 5,377
Caucasus
Here is my help for you, replace line that shows health in your panel with this line:
Code:
digits 135,15,3,digfont,1,player.hp;


Change digfont, to font that you use in your project.


Looking for free stuff?? Take a look here: http://badcom.at.ua
Support me on: https://boosty.to/3rung
Re: c-script health system [Re: 3run] #331415
07/04/10 02:18
07/04/10 02:18
Joined: Jan 2010
Posts: 145
Doc_Savage Offline OP
Member
Doc_Savage  Offline OP
Member

Joined: Jan 2010
Posts: 145
thats a lot of work, is there any way i cabn privateley show you my code and you can figure out whats wrong that way?


Do not concern yourself with my race, personality or origin. find my record in the pits, and then make your wager.
Re: c-script health system [Re: Doc_Savage] #331419
07/04/10 03:37
07/04/10 03:37
Joined: May 2009
Posts: 5,377
Caucasus
3run Offline
Senior Expert
3run  Offline
Senior Expert

Joined: May 2009
Posts: 5,377
Caucasus
yes! of course, as I sad, you can contact me any time wink I'll be happy to help!


Looking for free stuff?? Take a look here: http://badcom.at.ua
Support me on: https://boosty.to/3rung
Re: c-script health system [Re: 3run] #334208
07/21/10 19:47
07/21/10 19:47
Joined: Jul 2010
Posts: 3
M
MJD Offline
Guest
MJD  Offline
Guest
M

Joined: Jul 2010
Posts: 3
Ok ! How can i show the health in the game by number .
and it's health code .is it correct ?

define health,skill1;
action player ()
{
player=my;
my.health=100;
if(my.health<=0)
{
game_load(...)
...
}

Page 2 of 2 1 2

Moderated by  HeelX, Lukas, rayp, Rei_Ayanami, Superku, Tobias, TWO, VeT 

Gamestudio download | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1