this is very wired, because i compare it with your current address before i kill him:
this never happend to me, are you on Steam?Code:if PedPointer > 0 then begin PedBuffer := TPed.Create(FMemoryHandle, PedPointer); if (PedBuffer.PlayerInfoPointer <> FCurrentPlayer.PlayerInfoPointer) and (PedBuffer.Health >= 100) then PedBuffer.Health := 0; PedBuffer.Free; end;
helps it if you heal yourself, before?