08.03.2014, 21:06
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;
}