21.01.2011, 17:39
A easier and cleaner method is this. No need to change every line and assing them an array.
pawn Код:
//OnFilterScriptExit
{
for(new i = 0; i < MAX_OBJECTS; i++) { DestroyObject(i); } // Change MAX_OBJECTS as needed.
}