BigChungus Posted January 30, 2019 Share Posted January 30, 2019 So, i've got the NotificationAboveMap working but i have no idea how to get it to use icons like the Social Club Star, Facebook and the little text balloon. If anyone could help that'd be great! Also how to color the notifications forgot to add that my bad Link to comment Share on other sites More sharing options...
BigChungus Posted January 30, 2019 Author Share Posted January 30, 2019 Also wanted to mention that i am using the C++ Base of the interaction menu style menu Link to comment Share on other sites More sharing options...
AdryaNN53 Posted February 12, 2019 Share Posted February 12, 2019 void Notification() { UI::_SET_NOTIFICATION_TEXT_ENTRY("STRING"); UI::ADD_TEXT_COMPONENT_SUBSTRING_PLAYER_NAME("You got some more of that data?"); UI::_SET_NOTIFICATION_MESSAGE_CLAN_TAG_2("CHAR_FACEBOOK", "CHAR_FACEBOOK", true, 7, "New Message", "Facebook", 1, "", false, true); UI::_DRAW_NOTIFICATION(2000, 1); } Link to comment Share on other sites More sharing options...
BigChungus Posted February 16, 2019 Author Share Posted February 16, 2019 On 2/12/2019 at 11:40 PM, AdryaNN53 said: void Notification() { UI::_SET_NOTIFICATION_TEXT_ENTRY("STRING"); UI::ADD_TEXT_COMPONENT_SUBSTRING_PLAYER_NAME("You got some more of that data?"); UI::_SET_NOTIFICATION_MESSAGE_CLAN_TAG_2("CHAR_FACEBOOK", "CHAR_FACEBOOK", true, 7, "New Message", "Facebook", 1, "", false, true); UI::_DRAW_NOTIFICATION(2000, 1); } does that also make the notification blue? Link to comment Share on other sites More sharing options...