Create Gift Pickups OnPlayerDeath
#5

I can suggest. Adding a timer to OnplayerDeath Like
pawn Код:
SetTimerEx("RemoveGift", Time, false, "i", playerid);
And make a function like
pawn Код:
public RemoveGift
{
    DestroyPickup(GiftPickup);
    return 1;
}
And it should work.
Reply


Messages In This Thread
Create Gift Pickups OnPlayerDeath - by danish007 - 14.12.2014, 19:36
Re: Create Gift Pickups OnPlayerDeath - by MD5 - 14.12.2014, 19:38
Re: Create Gift Pickups OnPlayerDeath - by danish007 - 14.12.2014, 19:41
Re: Create Gift Pickups OnPlayerDeath - by danish007 - 14.12.2014, 19:58
Re: Create Gift Pickups OnPlayerDeath - by mahdi499 - 14.12.2014, 20:21
Re: Create Gift Pickups OnPlayerDeath - by danish007 - 14.12.2014, 20:34
Re: Create Gift Pickups OnPlayerDeath - by danish007 - 15.12.2014, 06:16
Re: Create Gift Pickups OnPlayerDeath - by Divergent - 15.12.2014, 06:20
Re: Create Gift Pickups OnPlayerDeath - by rickisme - 15.12.2014, 06:37
Re: Create Gift Pickups OnPlayerDeath - by Threshold - 15.12.2014, 07:29

Forum Jump:


Users browsing this thread: 4 Guest(s)