Update Pickup Problem
#3

Use a timer then. For example using your code,

pawn Код:
new pickup;
pickup  = CreatePickup(.....);
DestroyPickup(pickup);
SetTimerEx("ReloadPickup", 2500, false, "d", pickup);
You'd need to also store the pickup information though to replicate it. See,
wiki.sa-mp.com/wiki/createpickup
Reply


Messages In This Thread
Update Pickup Problem - by VivianKris - 12.10.2014, 13:30
Re: Update Pickup Problem - by MasonSFW - 12.10.2014, 13:35
Re: Update Pickup Problem - by Abagail - 12.10.2014, 13:35
Re: Update Pickup Problem - by VivianKris - 12.10.2014, 13:50
Re: Update Pickup Problem - by VivianKris - 12.10.2014, 14:01

Forum Jump:


Users browsing this thread: 1 Guest(s)