Moveobject and destroy
#3

Код:
new obbas = CreateObject(...);
MoveObject(obbas, X,Y,Z,2.0 );


settimerex(...for ex 2 sec timer);

forward timer(..)
public timer(..)
{
DestroyObject(obbas);
}
after 2 seconds i destroy object, but he can move to X,Y,Z take could take more time about 10-20 sec. this mean i destroy it when it move and it occur to call OnObjectMoved?
Reply


Messages In This Thread
Moveobject and destroy - by ScIrUsna - 04.04.2016, 09:39
Re: Moveobject and destroy - by Harty - 04.04.2016, 09:40
Re: Moveobject and destroy - by ScIrUsna - 04.04.2016, 11:42

Forum Jump:


Users browsing this thread: 1 Guest(s)