So basically I don't know what happend but in plugin's code there was this:
if (plugin.Config.AnnouncementText != null)
{
if (plugin.Config.AnnouncementText != null && plugin.Config.AnnouncementText != null)
{
Map.ClearBroadcasts();
Map.Broadcast(plugin.Config.AnnouncementTime, plugin.Config.AnnouncementText);
}
}
Also I've moved respawns++ to higher to prevent Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index error from occuring
Changad the delay in SH support from 1 second to 0.1 second which I hope will improve working with Respawn Timer
So basically I don't know what happend but in plugin's code there was this:
Also I've moved
respawns++
to higher to preventIndex was out of range. Must be non-negative and less than the size of the collection. Parameter name: index
error from occuringChangad the delay in SH support from 1 second to 0.1 second which I hope will improve working with Respawn Timer