Hello all,
Im trying to change this: 
(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!