12.10.2014, 13:30
Hi guys, just get a problem.
will creat two pickup.....
how to fix it?
I guess the problem is that CreatePickup is fater than DetroyPickup, like Kick faster than others.
Код:
new pickup; pickup = CreatePickup(.....); DestroyPickup(pickup); pickup = CreatePickup(.....);
how to fix it?
I guess the problem is that CreatePickup is fater than DetroyPickup, like Kick faster than others.