Custom Image for Scaleform

Hello all,

Im trying to change this: Screenshot_47
(from the [Release] Heli Script) to a custom made DDS image.

In the client.lua, I changed this:

			PushScaleformMovieFunction(scaleform, "SET_CAM_LOGO")
			PushScaleformMovieFunctionParameterInt(1)
			PopScaleformMovieFunctionVoid()

to this:

       			PushScaleformMovieFunction(scaleform, "SET_IMAGE")
       			PushScaleformMovieFunctionParameterString("HELI_LOGO.ytd")
       			PushScaleformMovieFunctionParameterString("MSP_HELI_LOGO")
  	    		PopScaleformMovieFunctionVoid()

I also made a .ytd file (named “HELI_LOGO.ytd”) and placed a .dds texture (named “MSP_HELI_LOGO”) inside. The YTD is in the same folder as the server.lua and client.lua.

Im not even sure if this is how you’d do it, I just read the post’s comments and this is what I found.
Any help would be greatly appriciated!
Merry Christmas!

Not sure if this works, but check something like this out https://gtamods.com/wiki/.gfx & see if you can make a custom logo in there.

i stumbled across this thread by chance and even though the question was asked a long time ago, i would like to reply: in order to change to logo you have to edit the heli_cam.ytd texture dictionary inside scaleform_generic.rpf and replace the dds heli_lspd_logo with your custom made logo.