health pickup
#4

Quote:
Originally Posted by GaByM
Посмотреть сообщение
PHP код:
public OnPlayerPickUpPickup(playeridpickupid)
{
    if(
pickupid == Health[playerid])
    {
        new 
Float:h;
        
GetPlayerHealth(playeridh);
        
SetPlayerHealth(playeridh+10.0);
        
DestroyPickup(pickupid);
    }
    return 
1;

use this.
Reply


Messages In This Thread
health pickup - by ivndosos - 05.02.2018, 06:15
Re: health pickup - by KayJ - 05.02.2018, 06:44
Re: health pickup - by GaByM - 05.02.2018, 07:35
Re: health pickup - by Mugala - 05.02.2018, 07:56

Forum Jump:


Users browsing this thread: 2 Guest(s)