08.01.2012, 15:40
you are deleting just 2 objects:
u must also add the other objects u want to be destroyed in order to get this to work.
pawn Код:
DestroyObject(spikestrip[i][0]);
DestroyPickup(spikestrip[i][1]);
//also please use this to empty a variable:
spikestrip[i][1]=-1;