Bribe Pickup
#4

Yes you can , check this
https://sampwiki.blast.hk/wiki/SetTimerEx
https://sampwiki.blast.hk/wiki/DestroyPickup

Script
pawn Код:
SetTimerEx("RemovePickup", 3000, false, "i", playerid); //add that underyour pickup ,and change 3000 to timer you want.
add this any where in your script
pawn Код:
forward RemovePickup(playerid);
public RemovePickup(playerid)
{
    DestroyPickup(your pickup name); //change that to your pickup name.
    return 1;
}
Reply


Messages In This Thread
Bribe Pickup - by AnonScripter - 26.10.2013, 08:56
Re: Bribe Pickup - by SilentSoul - 26.10.2013, 09:02
Re: Bribe Pickup - by AnonScripter - 26.10.2013, 09:07
Re: Bribe Pickup - by SilentSoul - 26.10.2013, 09:08
Re: Bribe Pickup - by AnonScripter - 28.10.2013, 01:25
Re: Bribe Pickup - by erminpr0 - 28.10.2013, 09:18
Re: Bribe Pickup - by AnonScripter - 28.10.2013, 20:18
Re: Bribe Pickup - by Jefff - 28.10.2013, 20:37
Re: Bribe Pickup - by AnonScripter - 28.10.2013, 20:58
Re: Bribe Pickup - by Jefff - 28.10.2013, 22:24

Forum Jump:


Users browsing this thread: 1 Guest(s)