How to do this ?
#4

Quote:
Originally Posted by ATGOggy
Посмотреть сообщение
PHP код:
public OnPlayerTakeDamage(playeridissueridFloatamountweaponidbodypart)
{
     new 
Float:health;
     
GetPlayerHealth(playeridhealth);
     if(
health==0)
     {
          
CallLocalFunction("OnPlayerDeathEx""ii"playeridissuerid);
     }
     return 
1;

This will works ?
Reply


Messages In This Thread
How to do this ? - by VenomMancer - 27.03.2015, 11:23
Re: How to do this ? - by Loot - 27.03.2015, 11:53
Re: How to do this ? - by ATGOggy - 27.03.2015, 12:09
Re: How to do this ? - by VenomMancer - 28.03.2015, 12:45

Forum Jump:


Users browsing this thread: 1 Guest(s)