can't take HP pickup on interiors
#1

PHP код:
public OnPlayerPickUpPickup(playeridpickupid)
{
    if(
pickupid == Health[playerid])
    {
        new 
Float:h;
        
GetPlayerHealth(playeridh);
        
SetPlayerHealth(playeridh+10.0);
        
DestroyPickup(pickupid);
    }
    return 
1;

??
Reply


Messages In This Thread
can't take HP pickup on interiors - by wallen - 26.02.2018, 13:35
Re: can't take HP pickup on interiors - by PepsiCola23 - 26.02.2018, 14:08
Re: can't take HP pickup on interiors - by wallen - 26.02.2018, 14:30
Re: can't take HP pickup on interiors - by NaS - 26.02.2018, 15:17
Re: can't take HP pickup on interiors - by wallen - 26.02.2018, 16:42
Re: can't take HP pickup on interiors - by PepsiCola23 - 26.02.2018, 16:44
Re: can't take HP pickup on interiors - by Ducati - 26.02.2018, 17:10

Forum Jump:


Users browsing this thread: 1 Guest(s)