Log in to reply
 

[C++] How can i add text to scaleform movie?



  • Hi. I have this Scaleform Move code.

    		GRAPHICS::_PUSH_SCALEFORM_MOVIE_FUNCTION(iLocal_1, "SHOW_SHARD_MIDSIZED_MESSAGE");
    		GRAPHICS::_BEGIN_TEXT_COMMAND_SCALEFORM("BBS_MP");
    		GRAPHICS::_END_TEXT_COMMAND_SCALEFORM();
    		GRAPHICS::_BEGIN_TEXT_COMMAND_SCALEFORM("BBS_MPD");
    		UI::ADD_TEXT_COMPONENT_SUBSTRING_PLAYER_NAME("Completed");
    		GRAPHICS::_END_TEXT_COMMAND_SCALEFORM();
    		GRAPHICS::_POP_SCALEFORM_MOVIE_FUNCTION_VOID();
    

    It's perfectly working, except the text. The scaleform is showing up, but i cant add text. Why?
    Thank you! :)



  • Use STRING instead of BB_MP. And i dont think you need the first begin and end.


Log in to reply
 

Looks like your connection to GTA5-Mods.com Forums was lost, please wait while we try to reconnect.