Did you destroy all dynamic objects properly under OnFilterScriptExit()?
pawn Код:
public OnFilterScriptExit() { // 0 indicates not serverwide, will only destroy objects within this script. Streamer_DestroyAllItems(STREAMER_TYPE_OBJECT, 0); return1; }
Now when you have mentioned it, I have done that too.
Still nothing.