Среди раунда я создаю ентити и записываю его индекс в переменную массива. В начале следющего раунда этого ентити уже нет на карте и я просто очищую переменную масива = -1; при этом AcceptEntityInput(g_Entity[0], "Kill"); - я не делаю (т.к его же уже нет....)
однако плагин security_entity_limit.smx которые оповещает когда много ентити собралось ПЕРЕД КРАШЕМ сервера.. в ту же секунду, замечу что это происходит непостредственно после начала раунда (при этом краш не помечается нигде в error логах) спамит:
PHP: L 12/11/2016 - 01:18:00: [security_entity_limit.smx] [SEL]No old entities in the map, the entity 1961(prop_dynamic) has been deleted L 12/11/2016 - 01:18:00: [security_entity_limit.smx] [SEL]No old entities in the map, the entity 1962(prop_dynamic) has been deleted L 12/11/2016 - 01:18:00: [security_entity_limit.smx] [SEL]No old entities in the map, the entity 1963(prop_dynamic) has been deleted L 12/11/2016 - 01:18:00: [security_entity_limit.smx] [SEL]No old entities in the map, the entity 1964(prop_dynamic) has been deleted L 12/11/2016 - 01:18:00: [security_entity_limit.smx] [SEL]No old entities in the map, the entity 1965(prop_dynamic) has been deleted L 12/11/2016 - 01:18:00: [security_entity_limit.smx] [SEL]No old entities in the map, the entity 1966(prop_dynamic) has been deleted L 12/11/2016 - 01:18:00: [security_entity_limit.smx] [SEL]No old entities in the map, the entity 1967(prop_dynamic) has been deleted L 12/11/2016 - 01:18:00: [security_entity_limit.smx] [SEL]No old entities in the map, the entity 1968(light_dynamic) has been deleted L 12/11/2016 - 01:18:00: [security_entity_limit.smx] [SEL]No old entities in the map, the entity 1969(prop_dynamic) has been deleted L 12/11/2016 - 01:18:00: [security_entity_limit.smx] [SEL]No old entities in the map, the entity 1970(prop_dynamic) has been deleted L 12/11/2016 - 01:18:00: [security_entity_limit.smx] [SEL]!!!WARNING!!! Server reaches the critical limit, SEL is now blocking every entities from spawn L 12/11/2016 - 01:18:10: SourceMod log file session started (file "L20161211.log") (Version "1.7.3-dev+5280") есть предположения мб надо как-то удалять ентити с прошлого раунда?
|