[HELP] Remove background using native GivePedToPauseMenu()

Hey

I’m trying to clone a player ped into my inventory system. I already have made some progress, but it shows a weird backgroung on it.

I’m trying to figure out how to remove it. Should I try to edit any file from openIV (xml, gfx, ytd) in order to stream it later? Any other suggestions?

Thank you!

1 Like

Bump.
Any suggestion?

anyone fixed
it?

1 Like

I’m still searching for any solution…

any updates?

1 Like

Bump

any solution since that?

Hey any luck with it? If yes how did you do

what do you mean remove background ?

Any fix?

Still no news ?

dead topic but whatever
you can remove background with this

ReplaceHudColourWithRgba(117, 0, 0, 0, 0)

and you can revert with this.

ReplaceHudColourWithRgba(117, 0, 0, 0, 186)
1 Like