19.05.2016, 20:09
You will need to destroy the objects in OnFilterScriptExit callback.
If you use streamer, you can easily call Streamer_DestroyAllItems function - otherwise, you'll need to store object IDs to an array so you can remove them afterwards.
If you use streamer, you can easily call Streamer_DestroyAllItems function - otherwise, you'll need to store object IDs to an array so you can remove them afterwards.