13.10.2015, 12:37
There should be a pre-processor directive in OnFilterScriptExit() in case the streamer is not used to delete all the objects.
Also, stock DestroyMapFixObjects() this should be a static function even though it's in a filterscript you could still use this as an include instead. Obviously you will be calling this function automatically if the object type is type object the streamer automatically deletes all created objects.
Also, stock DestroyMapFixObjects() this should be a static function even though it's in a filterscript you could still use this as an include instead. Obviously you will be calling this function automatically if the object type is type object the streamer automatically deletes all created objects.