nice thread hope it helps
2021 Best Be Better Then 2020
(01-27-2018 - 08:40 PM)D4rkSlide Wrote: does anybody no how to do protection message for like object protection were it tells you who is trying to attach objects on you because o got the message for when they do it on you but it does not say there name
void drawNotification(char* msg)//Rockstar social
{
if (menuXCord1 == 0.85f)
{
UI::_0x574EE85C("STRING");
_ADD_TEXT_COMPONENT_STRING(msg);
_SET_NOTIFICATION_MESSAGE("CHAR_SOCIAL_CLUB", "CHAR_SOCIAL_CLUB", true, 1, "gayness...", "");/*modzlife2000 fgts :p*/
UI::_DRAW_NOTIFICATION(false, true);
}
else
{
UI::_0xF42C43C7("STRING");
_ADD_TEXT_COMPONENT_STRING(msg);
UI::_0x38F82261(3000, 1);
}
}