OnPlayerDeath drops a simple pick up
#3

pawn Код:
//top
new DeathPickup[MAX_PLAYERS];
OnPlayerDeath:
pawn Код:
new Float:px, Float:py, Float:pz;
GetPlayerPos(playerid, px, py, pz);
DeathPickup[playerid] = CreatePickup(1240,8,px,py,pz, 0);
OnPlayerPickupPickUp (don't know if you need this)
pawn Код:
if(pickupid == DeathPickup) return DestroyPickup(DeathPickup);
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)