Currently if you fall or get hurt while vanished the sounds are played to any players near by. The old version did not have this
Sounds being played to players while vanished
Confirmed happens on my server as well
Confirmed. Blood trails also show too.
Break my ankles while vanished and players here it on my server as well.
Papanator
Confirmed. Blood trails also show too.
isnt blood trails another plugin ?
Merged postI assumed a player would be in God mode and noclip while in vanish if its a feature you really want back I can add it in the next update.
We are in god mod and no clip but the sounds are still played. We do come out of the Noclip some times. I know I would deff like it back in.
Merged post
So found fro the old version how it's done and added this line. Not sure if you know of any other things that can fix anything else with sounds or if this was just it.
Merged post
So found fro the old version how it's done and added this line. Not sure if you know of any other things that can fix anything else with sounds or if this was just it.
private object OnPlayerLand(BasePlayer player, float num) => IsInvisible(player) ? (object)true : null; Yeh I know the hook although I'm going to check if there are any other ways first. The hooks I pack the plugin with the heavier it will run.RocketMyrr
We are in god mod and no clip but the sounds are still played. We do come out of the Noclip some times. I know I would deff like it back in.
Merged post
So found fro the old version how it's done and added this line. Not sure if you know of any other things that can fix anything else with sounds or if this was just it.private object OnPlayerLand(BasePlayer player, float num) => IsInvisible(player) ? (object)true : null;
Another example of this is if you hit things with a hammer while vanished other players can hear you.