How make with time gone pickup
#3

Quote:
Originally Posted by lackmail
Посмотреть сообщение
set a 20 second timer when you create the pickup

Код:
SetTimer("Destroypickup", 20000, false) //creating 20 second timer 


forward Destroypickup();
public Destroypickup()
{
    DestroyPickup(meatDrops); // destroying pickup after 20 second
}
error 035: argument type mismatch (argument 1)
Line
DestroyPickup(meatDrops); // destroying pickup after 20 second
Reply


Messages In This Thread
How make with time gone pickup - by Pokemon64 - 16.03.2017, 18:40
Re: How make with time gone pickup - by lackmail - 16.03.2017, 18:54
Re: How make with time gone pickup - by Pokemon64 - 16.03.2017, 19:15
Re: How make with time gone pickup - by lackmail - 16.03.2017, 19:53
Re: How make with time gone pickup - by Pokemon64 - 16.03.2017, 20:00

Forum Jump:


Users browsing this thread: 1 Guest(s)