Scientists still targeting
Out2killNot working for scientists since update
Goldiesame here
Do me a favour and actually read what was said in this post.
The changelog notes only certain types, not scientists. We do not have any hooks in Oxide specificially for scientists. I cannot do them as oxide doesn't support them.Quantum
Do me a favour and actually read what was said in this post.
The changelog notes only certain types, not scientists. We do not have any hooks in Oxide specificially for scientists. I cannot do them as oxide doesn't support them.
Since oxide doesn't support them is there a way around this by an in game (Default FP) command?
Irishsun530Since oxide doesn't support them is there a way around this by an in game (Default FP) command?
Oxide does support them, the post you quoted is old.
Wulf
Oxide does support them, the post you quoted is old.
Ah, last post was a month ago. I just figured, my bad for assuming, so if I'm still being targeted, even with the correct permission set for this plugin. Then something is wrong, right?
Irishsun530Ah, last post was a month ago. I just figured, my bad for assuming, so if I'm still being targeted, even with the correct permission set for this plugin. Then something is wrong, right?
It is the way the plugin is handling it that is the current issue.
Should just be a matter of replacing:
private object OnNpcPlayerTarget(NPCPlayerApex npcPlayer, BaseEntity entity)
With:
private object OnNpcPlayerTarget(BaseEntity npcPlayer, BaseEntity entity)Might work for other types too such as BaseCombatEntity or BasePlayer. Wulf
It is the way the plugin is handling it that is the current issue.
Should just be a matter of replacing:private object OnNpcPlayerTarget(NPCPlayerApex npcPlayer, BaseEntity entity)With:
Might work for other types too such as BaseCombatEntity or BasePlayer.private object OnNpcPlayerTarget(BaseEntity npcPlayer, BaseEntity entity)
I wont have internet connection for another month or so. Would mind doing this for me please. I currently only have internet on my phone.
- 1
- 2