Pickup problem
#2

pawn Код:
if(pickupid == HealthPickup)
    {
    new Float:phealth;
    GetPlayerHealth(playerid,phealth);
    if(phealth >= 85) return SendClientMessage(playerid,red,"Your health is already full. You can't take this pickup.");
    GivePlayerHealth(playerid,5);
    }
Reply


Messages In This Thread
Pickup problem - by Face9000 - 15.04.2013, 20:30
Re : Pickup problem - by DaTa[X] - 15.04.2013, 20:34
Re: Re : Pickup problem - by Face9000 - 15.04.2013, 20:41
Re : Re: Re : Pickup problem - by DaTa[X] - 15.04.2013, 20:43
Re: Pickup problem - by Face9000 - 15.04.2013, 20:50
Re : Re: Pickup problem - by DaTa[X] - 15.04.2013, 20:54
Re: Pickup problem - by Face9000 - 15.04.2013, 20:58
Re: Pickup problem - by Face9000 - 16.04.2013, 09:54
Re: Pickup problem - by Giroud12 - 16.04.2013, 10:01
Re: Pickup problem - by RajatPawar - 16.04.2013, 10:03

Forum Jump:


Users browsing this thread: 1 Guest(s)