crash devkit 02/09/2021 - SRO Coding Corner - 2 Replies i want to receive string and send it at this function
std::n_string CharN;
*MsgBuffer >> CharN;
CharTitleColors.insert(std::pair<std::wstring, int>(CharNameHERE, 0xff004b));
i have to change it towstring i think but how
fixed : std::n_string input_text = CharName;
std::wstring CharN = (TO_WSTRING(input_text));
Crash WHen open magic pop ( OPENS FROM SERVER PC ) 12/25/2011 - SRO Private Server - 0 Replies hello, i have a proplem that the client crashes when i open Magic pop,,,, but it works 100% if i open from server PC , thanks
Bump ..............................