Why can't you select text in the RSUpdater?
Custom textboxes via directX is a pain in the ass.
Just to show that it is:
Code:char* bu = (char*)malloc(end + 1); memcpy(bu, &msg[start - 1], (end-start) + 1); // [start], end bu[(end - start) + 1] = '\0'; SIZE ts = GetTextExtent(font, bu);
Great idea..... Just need to edit my language file.
Last edited by extasyy; 16-04-15 at 01:36 PM.