13.04.2013, 15:41
You can "ObjectArray[0] = CreateObject"(the next object would be ObjectArray[1] and goes on) each object so they will have an ID and then you can use DestroyObject on a loop like
pawn Код:
loop sizeof(ObjectsArray)
DestroyObject(ObjectArray[i]);