Filterscript won't load objects
#10

Quote:
Originally Posted by Corekt
Посмотреть сообщение
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);
    return 1;
}
Now when you have mentioned it, I have done that too.
Still nothing.
Reply


Messages In This Thread
Filterscript won't load objects - by Tagathron - 08.03.2014, 20:29
Re: Filterscript won't load objects - by DanRellex - 08.03.2014, 20:31
Re: Filterscript won't load objects - by XK - 08.03.2014, 20:32
Re: Filterscript won't load objects - by Tagathron - 08.03.2014, 20:35
Re: Filterscript won't load objects - by DanRellex - 08.03.2014, 20:37
Re: Filterscript won't load objects - by Tagathron - 08.03.2014, 20:38
Re: Filterscript won't load objects - by DanRellex - 08.03.2014, 20:43
Re: Filterscript won't load objects - by Tagathron - 08.03.2014, 20:44
Re: Filterscript won't load objects - by Corekt - 08.03.2014, 21:06
Re: Filterscript won't load objects - by Tagathron - 08.03.2014, 21:27

Forum Jump:


Users browsing this thread: 2 Guest(s)