Calling hook CanBradleyApcTarget resulted in a conflict between the following plugins: DontTargetMe - True (Boolean), BotSpawn (False (Boolean))
Calling hook CanBradleyApcTarget resulted in a conflictSolved
Not really anything you can do there, it's telling you there is a potential conflict as they are trying to both change the same thing, except opposite.
Ok thanks
Hey Wulf,
I know you've mentioned this before, however I was hoping you or @Steenamaroo could maybe find a way between your two plugins to get it to stop fighting on Bradley being able to target the bots.
| [Oxide] 06:27 [Warning] Calling hook CanBradleyApcTarget resulted in a conflict between the following plugins: BotSpawn - False (Boolean), DontTargetMe (True (Boolean))It's generating thousands of those daily. Within a second there are about 50 of them. It's making the console almost impossible to read. I've reached out to Steenamaroo as well. Not sure if both of you need to make a fix, or just one. However, I'd GREATLYYYY appreciate it! (I'd love to be able to read my console again :D )
Much thanks all!
I think Don't Target Me would need to change CanBradleyApcTarget from bool to object, then return false/null, rather than the false/true it currently has.
That should prevent conflicts with BotSpawn/Vanish etc.
That should prevent conflicts with BotSpawn/Vanish etc.
Yeah I changed it
Brilliant!! Thanks @Steenamaroo and @Quantum for updating both of your amazing plugins! I've been testing for a bit on my server and Bradley seems to behaving properly now (or as much as possible with FP code)! Thanks :D
Locked automatically