since new FP force wipe, there is this error:
Error while compiling: Murderers.cs(269,34): error CS1501: No overload for method `Init' takes `14' arguments
Error while compiling: Murderers.cs(269,34): error CS1501: No overload for method `Init' takes `14' argumentsSolved
I'm getting the same error
Same error. Tried and old version and was able to load the plugin but not any murderers.
Any hopes on fixing this plugin?
Getting this message today. Was working dine before Wipe.
"Unable to load Murderers. Murderers.cs(269,34): error CS1501: No overload for method `Init' takes `14' arguments
Previous version of plugin failed to load: Murderers"
Replace:
npc.Brain.Senses.Init(npc, 5f, 30, 40f, 135f, true, true, true, 60f, false, false, true, EntityType.Player, true);With
npc.Brain.Senses.Init(npc, npc.Brain, 5f, 30, 40f, 135f, true, true, true, 60f, false, false, true, EntityType.Player, true); Locked automatically