15.12.2014, 16:35
You have to use the actual id of the object to destroy it, not the model-id.
pawn Код:
new Object1;
Object1 = CreateObject(blablabla);
DestroyObject(Object1);