if player health 100
#1

hey...

i made an hospital for ppl to heal their selves
i wanna make if player is having 100 hp it tells him, "your health is already full"

PHP код:
   else if(clickedid == Heal//Hospital
    
{
        
GivePlayerMoney(playerid,-100);
        
SetPlayerHealth(playerid100);
       
SendClientMessage(playeridCOLOR_WHITE"you have Healed Your Self");
    } 
Reply


Messages In This Thread
if player health 100 - by HardBoy - 28.09.2012, 14:05
Re: if player health 100 - by Face9000 - 28.09.2012, 14:09
Re: if player health 100 - by HardBoy - 28.09.2012, 14:31
Re: if player health 100 - by HardBoy - 28.09.2012, 14:44
Re: if player health 100 - by [rG]Cold - 28.09.2012, 14:46
Re: if player health 100 - by SuperViper - 28.09.2012, 14:46
Re: if player health 100 - by HardBoy - 28.09.2012, 14:48
Re: if player health 100 - by Danyal - 28.09.2012, 15:20
Re: if player health 100 - by HardBoy - 28.09.2012, 15:58
Re: if player health 100 - by zDevon - 28.09.2012, 17:34

Forum Jump:


Users browsing this thread: 1 Guest(s)