25.11.2010, 13:46
Use SetTimerEx
https://sampwiki.blast.hk/wiki/SetTimerEx
For example u can set the timer to 5 seconds,that means that after 5 seconds u used a command or idk entered a CP something will happen,whatever u want to! (In this case DestroyPickup(HealthPickup);
Set the timer into your code
if(pickupid == HealthPickup) etc
https://sampwiki.blast.hk/wiki/SetTimerEx
For example u can set the timer to 5 seconds,that means that after 5 seconds u used a command or idk entered a CP something will happen,whatever u want to! (In this case DestroyPickup(HealthPickup);
Set the timer into your code
if(pickupid == HealthPickup) etc