altmp / altv-issues

Issues and roadmap for alt:V project
92 stars 17 forks source link

Ped netowners streaming property without damage #2276

Open Avepy opened 1 month ago

Avepy commented 1 month ago

Description of the problem

When netowner changes from Streamed = true to Streamed = false Ped won't take damage from other players.

Reproduction steps

When we create a IPed in C# and set its network owner to a player by:

Ped.SetNetworkOwner(player);

and then change netowners Streamed property to Streamed = false Ped won't take damage from other players, even if it is visible for them

Expected behaviour

Ped takes damage from other players when netowner Streamed = false

Additional context

No response

Operating system

Windows 11

Version

16.0.155

Crashdump ID

No response

Confirmation of issue's presence