OnPlayerDeath drops a simple pick up
#6

Oh sorry
pawn Код:
if(pickupid == DeathPickup)
{
   new Float:health;
   GetPlayerHealth(playerid, health);
   SetPlayerHealth(playerid, health+50);
   DestroyPickup(DeathPickup);
   return 1;
}
Reply


Messages In This Thread
OnPlayerDeath drops a simple pick up - by OldDirtyBastard - 09.07.2010, 10:01
Re: OnPlayerDeath drops a simple pick up - by OldDirtyBastard - 09.07.2010, 10:49
Re: OnPlayerDeath drops a simple pick up - by CAR - 09.07.2010, 11:09
Re: OnPlayerDeath drops a simple pick up - by OldDirtyBastard - 09.07.2010, 12:28
Re: OnPlayerDeath drops a simple pick up - by OldDirtyBastard - 09.07.2010, 12:34
Re: OnPlayerDeath drops a simple pick up - by CAR - 09.07.2010, 12:41
Re: OnPlayerDeath drops a simple pick up - by OldDirtyBastard - 09.07.2010, 13:09
Re: OnPlayerDeath drops a simple pick up - by Zimon95 - 09.07.2010, 13:11
Re: OnPlayerDeath drops a simple pick up - by OldDirtyBastard - 09.07.2010, 13:29
Re: OnPlayerDeath drops a simple pick up - by CAR - 09.07.2010, 13:30

Forum Jump:


Users browsing this thread: 1 Guest(s)