Names problem
#1

I have got a RP script,
when I type /me
It comes like this
*Ralph_Constanzo looks around
I want to delete the "_" what can I do?
and thank you.
Reply
#2

You can use sscanf() and specify _ as the delimiter

sscanf(Name, "p<_>s[24]s[24]", First, Last);
format(Name, sizeof(Name), "%s %s", First, Last);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)