01.01.2013, 18:37
ok this is what I want to do with a certain object.
So if the object is at location 0.0.0 destroy the object.
How do I do it ? Can some one give me the correct code.
Код:
if(GetObjectPos(elevator) == 0.0.0 );(for example) { DestroyObject(elevator); }
How do I do it ? Can some one give me the correct code.