07.06.2010, 16:17
I was just wondering what's the method for taking the _'s out of roleplay names. So instead of it saying: Jason_Carlos says... It'll say Jason Carlos says.
Thanks in advance.
Thanks in advance.
new
pName[20] = "Jason_Carlos"
;
pName[strfind(pName, "_", true)] = ' ';