How to make players health decrease by 10
#2

pawn Код:
//OnPlayerPickupPickUp
{
    new Float:fHealth;
    GetPlayerHealth(playerid, fHealth);
    SetPlayerHealth(playerid, fHealth - 10);
}
Reply


Messages In This Thread
How to make players health decrease by 10 - by ShawtyyMacJunior - 28.07.2012, 04:01
Re: How to make players health decrease by 10 - by Larceny - 28.07.2012, 04:05
Re: How to make players health decrease by 10 - by SuperViper - 28.07.2012, 04:05

Forum Jump:


Users browsing this thread: 1 Guest(s)