Заказать игровой сервер Контакты (заказать плагин/исправить ошибки/другое) Поиск

[ вход ]
[ последние сообщения ]

  • Страница 1 из 1
  • 1
Форум » SourceMod >> CS:Source >> CSGO » Обсуждение » Создание и удаление ентити
Создание и удаление ентити
tolik1231 Дата: Воскресенье, 11.12.2016, 12:12:38 | Сообщение # 1
Сообщений: 71
Репутация: -1 [ +/- ]
Среди раунда я создаю ентити и записываю его индекс в переменную массива. В начале следющего раунда этого ентити уже нет на карте и я просто очищую переменную масива = -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")
есть предположения мб надо как-то удалять ентити с прошлого раунда?
 
sourceg0d Дата: Среда, 17.05.2017, 08:37:56 | Сообщение # 2
Сообщений: 12
Репутация: 0 [ +/- ]
tolik1231, в начале раунда ставь массив == -1
+ return PluginStop;
А потом его пересоздавай
 
Форум » SourceMod >> CS:Source >> CSGO » Обсуждение » Создание и удаление ентити
  • Страница 1 из 1
  • 1
Поиск: